I saw this post: https://groups.google.com/forum/#!topic/google-visualization-api/hBCwxtXYNZ8 And changed: google.charts.load('current', {'packages':['corechart']}); to: google.charts.load('41', {'packages':['corechart']});
And this seemed to fix the problem. So Google changed something under me! On Thursday, February 25, 2016 at 10:13:42 AM UTC-6, EC wrote: > > Hello, > I have been developing a Google Charts application in UNIX, when suddenly > my charts stopped rendering in Firefox in UNIX. The same HTML file renders > correctly in Windows. I tried pasting the simple code from online > documentation for a pie chart into an HTML file, and it loads in Windows, > but not in UNIX. These were rendering without a problem in UNIX until > something changed. Perhaps a browser setting? I didn't knowingly change > any setting. Does anyone have any insight into this issue? > > I am using Firefox 17.0.11 in UNIX and Firefox 44.0.2 in Windows > Thanks very much! > -- 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/7b264e84-2982-4655-96d2-79687845dddd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
