Glad to hear you got it working, though I am still puzzled about how the URL will be constructed properly.
On Mon, Aug 25, 2014 at 6:23 PM, <[email protected]> wrote: > > Hi, >>> >> > I just wanted to let you know the following fixes the issue: > > change > google.load("visualization", "1", { packages: ["corechart"] }); > > google.setOnLoadCallback(drawChart); > > to > > google.load('visualization', '1.0', { packages: ['corechart'], callback: > drawChart }); > > > -- > You received this message because you are subscribed to the Google Groups > "Google Chart 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-chart-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Chart 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-chart-api. For more options, visit https://groups.google.com/d/optout.
