Try this instead: https://jsfiddle.net/dlaliberte/m7o9L0eg/2/
There were several problems, but the most interesting one was that the drawChart function was not defined at the time you were calling google.charts.setOnLoadCallback, so I moved it to the end of the javascript block. This has nothing to do with the frozen code loader, because the same problem would occur when using the google.load() call and google.setOnLoadCallback(). On Wed, Aug 19, 2015 at 9:27 AM, Daniel Buttery < [email protected]> wrote: > Hi all. > > Following the imminent update I've been trying to modify a number of my > pages as listed in the Frozen Charts example, and haven't been able to get > any chart working. > > I've modified my normal boilerplate JSFiddle which I use a a base when > giving examples here and in SO with the changes made: > > https://jsfiddle.net/danabnormal/m7o9L0eg/ > > This results in functions being marked as undefined and is the simplest > level I could get. > > It is entirely possible I'm missing something obvious as I'm knackered, > but any help would be appreciated. > > Thanks, > > Dan > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/0d16b3d1-c45b-4d98-ae05-5e925cb52124%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/0d16b3d1-c45b-4d98-ae05-5e925cb52124%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJN-rRhaobzuKDwRntkvNUvLyAi-kTdOw5pK9T4SXW9f_g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
