asgallant,
That suggestion was awesome! That feature is exactly what I was
looking for.
Very very nice.
I made an array in a PHP script, in the format documented at the link
you sent, then I used json_encode() and echoed the results.
Then I made an Ajax request to the PHP script, and loaded it when
creating the chart object. Work's perfectly.

Thank you all.

On Jan 25, 12:37 pm, asgallant <[email protected]> wrote:
> If you're feeling a bit more ambitious, the DataTable constructor can
> accept a JSON representation of the data 
> (http://code.google.com/apis/chart/interactive/docs/reference.html#Dat...),
> which PHP can output rather easily via the json_encode() function.  This
> would be the first step in implementing compatibility with the API query
> functions, if you choose to do so.

-- 
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