I think that your BL logic might be wrong. You might want to look at this sample: http://code.google.com/apis/chart/interactive/docs/php_example.html It uses a jQuery ajax request and draws a pie chart at its end.
On Tue, Dec 6, 2011 at 5:29 AM, MyInfoland <[email protected]> wrote: > Dear Team, > > I am fetching the Google Visualization API as Ajax response and am > adding it to the page as an innerHTML to a DIV. After doing this, the > chart is not loaded. From my understanding, this is because drawChart > will be called only when we call the Google Visualization API load > because I am using "google.setOnLoadCallback(drawChart);" > > I could and understand, how can I make it work. Any help would be > great. > > Thanks, > Kiran > > -- > 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. > > -- 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.
