google / google-visualization-issues

288 stars 35 forks source link

Google Geo chart not loading any longer #2847

Open wsomaratne opened 4 years ago

wsomaratne commented 4 years ago

Hello

We are using Geo chart from your chart library and it's no longer loading on the web app we use it. I noticed it's also not loading on your chart gallery page (https://developers.google.com/chart/interactive/docs/gallery) I have the same exact error for my app on debugger console of the browser. So I believe it's a google-visualization issue rather than an issue on our app (I tried on few computers and few different browsers) Please refer to below images for more details

Geo Chart not loading galary Geo Chart not loading

dlaliberte commented 4 years ago

Thanks for your report. It turns out we were missing 'geochart' in list of packages loaded by the page. This will be fixed shortly.

You may be experiencing the same problem, which was exposed by a fix in version 49. Previously, we were accidentally including the 'geochart' package with 'corechart', but now it works again as documented the GeoChart documentation page: https://developers.google.com/chart/interactive/docs/gallery/geochart#loading