I'm not sure what you're asking. have you seen the docs for the AnnotatedTimeLine?
http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html it looks like you should be taking the data out of your JSON array and putting it into a google visualization DataTable, then drawing the AnnotatedTimeLine with your data table. On Wed, Mar 24, 2010 at 7:56 PM, hebcuma <[email protected]> wrote: > Ok, I had this problem.. > I have a form where the user select the parameters for the graph... > then with ajax, I > get data from the server, after this I want to create the timeline > with the new data, > mi questions is how do I create the graphic???, the data is on a Json > array. > > > thanks > > -- > 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]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- 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.
