I have a MySql database that i fetch my data from using php and then echos 
out javascript containing the data during my initialization.
the database contains has an entry for each time an event happens, this 
entry contains the date and a name.
I want to plot the number of times this event occurs on each date on 
an Annotated Time Line with a separate line for each name.
Can any one give me some help on how to structure my data so that it can be 
used on the time line. I need to count the number of entries for each name 
on the same date. I have read the data format section of the documentation 
but have no idea how to manipulate the data from my database so that it can 
be easily displayed on the time line.

Any help would be greatly appreciated. Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to