I'm seeing the same on my sites. The documentation pages are broken too...
https://developers.google.com/chart/interactive/docs/gallery/areachart On Tuesday, November 22, 2016 at 1:46:38 PM UTC-8, Xerxes Dotiwalla wrote: > > As far as I can tell, it just started today: > > loader.js:149 Uncaught TypeError: d is not a function(…)e @ loader.js:149 > > My code is: > > <script type="text/javascript" src=" > https://www.gstatic.com/charts/loader.js"></script> > <snip> > google.charts.load('current', {'packages': ['corechart']}); > > Dropping to v44 seems to fix it: > > google.charts.load('44', {'packages': ['corechart']}); > > Please advise. Thanks. > -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/50c772c3-1175-41f6-b1c2-b2ca5cb1a29e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
