--
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 google-visualizati...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/8ada262b-d80e-4ef0-91b2-3a1c6943b8c5o%40googlegroups.com.
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:
On Wed, Jun 17, 2020 at 11:05 AM Steve Wood <stz...@gmail.com> 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 google-visualization-api+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/8ada262b-d80e-4ef0-91b2-3a1c6943b8c5o%40googlegroups.com.
--