Polar chart in Dashboard
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