Thanks a lot for taking a look to my question!
I use PHP but it should be ok if I can do it on the client-side.
Thanks again!
-Karim
On Monday, August 20, 2012 11:14:24 AM UTC-7, asgallant wrote:
>
> Do you want to do the conversion server-side or client-side? If
> server-side, what language are you working in?
>
> On Monday, August 20, 2012 12:08:09 PM UTC-4, karim wrote:
>>
>> 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/-/w1EN3bCIadMJ.
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.