There are different methods of getting data via PHP. I would suggest taking a look at the MC_visualization<http://code.google.com/p/mc-goog-visualization/wiki/UserDocumentation>toolkit first to see if that works for you (it allows you to set up a data source on your server that you can query via Viz API Query objects).
As far as your date labels go, the controls for "date" axes are currently broken, though the dev team is working on a fix that ostensibly will be released in the next month or two (if all goes well). On Wednesday, February 13, 2013 10:29:21 AM UTC-5, Naveenkumar Tarigonda wrote: > > Thanks for reply, I"m using PHP and Mysql to draw the graph. > > I want to split X-axis into 6 regions and display the 6 labels. > > Say if need to display the data of last 24 hours, I shall plot the data of > last 24 hours. > On the X-axis I just need to display the 6 labels (00:00, 4:00, 8:00, > 12:00, 16:00, 20:00). > > And say for 6 days data, the X-axis labels will display the date of each > day (Feb 7, Feb 8, ... Feb 13) > > Regards, > Naveen > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
