Hi there, Do you possibly have an example script of how you pulled data from mysql and encoded it in JSON.
Thank you in advance.. Dror On Jul 26, 11:07 pm, asgallant <[email protected]> wrote: > There's a simple example > here:http://code.google.com/apis/chart/interactive/docs/php_example.htmland > the > documentation for creating a data source is > here:http://code.google.com/apis/chart/interactive/docs/dev/implementing_d... > > I tend to use a middle road, where I pull my data from mySQL and/or Oracle > and encode it in JSON. I use jQuery's AJAX to make requests to my source > and pass the data to the chart drawing functions. -- 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.
