I'm new with Google chart API, I'm trying to learn and I run into a problem,
I generate an array from Mysql database at this format ,
{X, 1},{Y, 12}, {Z,23},{Y, 7},
{X, 10},{Y, 8}, {Z,3},{Y, 15}
the array should be formatted to:
[X, 1, 10],
[Y, 12, 8],
[Z,23, 3],
[Y, 7, 15]
so I could render the data into a Bar-chart.
Does someone have an idea, how to do that, I will really appropriate it!
Thanks in advance!
-Karim
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/TaC1iZyMIBgJ.
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.