Polar chart in Dashboard
September 8, 2008 – 2:10 pm
This is a simple chart to generate. It needs only X and Y values
select film_id x
,count(inventory_id) y1
from inventory
group by film_id
Dashboard Articles, Tutorials, Screenshots, Discussion
This is a simple chart to generate. It needs only X and Y values
select film_id x
,count(inventory_id) y1
from inventory
group by film_id