I beg to differ, as I have multiple projects using the Visualization API 
running off of MySQL and PHP.  What is the problem you are experiencing?

On Wednesday, November 21, 2012 4:53:57 PM UTC-5, Fullmanido wrote:
>
> This has been a huge problem, and that is I have not seen one php site 
> that actually has this working. Yes, we can manipulate the tables in the 
> html to make them work, as a whole I have not see 1 site that has 
> accomplished this. Go to the forums and you will get code snippets, and 
> "all you need to do" quotes, but believe me, I have not found a working 
> template of this offering. Most of my friends have given up and went the 
> flash route via xml. I am still holding on for a decent error free chart 
> that will work seamlessly with html 5, php, and mysql. good luck.
>
>
> On Monday, May 23, 2011 9:08:25 AM UTC-4, asgallant wrote:
>>
>> This probably won't fix your problem, but you should move the 
>> google.load... and google.setOnLoadCallback... calls outside the AJAX 
>> success function.  If you want the AJAX call made on page load, you could 
>> do:
>>
>> google.load('visualization', '1', {'packages':['corechart']}); 
>> google.setOnLoadCallback(drawChart);
>>
>> function drawChart () {
>> $.post(....);
>> }
>>
>> and populate the chart data with the returned json directly, instead of 
>> calling an intermediate function.
>>
>> As far as fixing your problem, I would drop some console.log(<variable>); 
>> lines in there and debug in Chrome's developer console, just to make sure 
>> that your variables have exactly the structure you expect them too.  If 
>> they do, then there is probably some javascript function that doesn't quite 
>> work right in IE < 9 that you will have to isolate and work around.
>>
>

-- 
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/-/NszPbmtyOdUJ.
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