Hi Steve, Are you using the jsapi loader? The only change recently is that the jsapi loader is being redirected to the new loader. I bet you are also missing a call to google.setOnLoadCallback, and you have been lucky so far that the jsapi loader was able to load the visualization library quickly, but with the redirect, it takes a bit longer.
See the instructions for how to update your code to use the new loader directly: https://developers.google.com/chart/interactive/docs/basic_load_libs#update-library-loader-code On Wed, Jun 17, 2020 at 11:05 AM Steve Wood <[email protected]> wrote: > Suddenly: > > google.visualization.arrayToDataTable(my_data); > > returns "Cannot read property 'arrayToDataTable' of undefined" > > This problem is consistent across all browsers and incognito mode in > Chrome. > > What can cause this? Is there a version change I need to address? > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/8ada262b-d80e-4ef0-91b2-3a1c6943b8c5o%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/8ada262b-d80e-4ef0-91b2-3a1c6943b8c5o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> Cambridge 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJPZPa1rwjz-dzWn-zG9fjGpcvHD2thUWbqTYsyhBUB-KQ%40mail.gmail.com.
