You should be calling drawChart from the google loader's callback, not from an onload event handler. I suspect there are other issues in play as well, but I'm not exactly sure what they are. Restructuring the code a bit to reuse the DataTable and chart instead of creating new objects each time seems to fix the problems: http://jsfiddle.net/asgallant/z932E/5/
On Friday, February 7, 2014 5:07:41 AM UTC-5, Simon Lemoine wrote: > > Hi asgallant, > > Here is a fiddle I put together : > http://jsfiddle.net/Yorublaireau/z932E/1/ > > Note that it does not come from Mootools as it's not what I'm using to > work with, but I had to fiddle something together. > > Thanks for your help > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
