Hello!
I would like to create an interactive graphical view in which the user could choose the data points he wants to see (with a series of checkboxes) as an image chart and the period of the chart and some statistics of other points for the same period.
Practically, It should be a sort of report but only with one image chart with all the points chosen by the user and some statistics about other points (just numbers, no graphs) on the period choosen by the user. I created the checkboxes and the calendar to choose the period as HTML objects, but I have no idea about how to link these objects with my meta data points and to the function which create charts. (I suppose i have to modify some Javascripts...)
I am running on Mango 1.12.0 on windows xp.
Thank you!