Polar chart in Dashboard

September 8, 2008 – 2:10 pm

Image

 

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

Post a Comment