Also see the instructions for updating your loader code here: https://developers.google.com/chart/interactive/docs/basic_load_libs#update-library-loader-code
People who are seeing problems today are most likely using a copy of the old jsapi loader, which would continue to attempt to load packages from the UDS server. Since UDS is now down, hopefully forever, you must stop using that local copy. On Thu, Jul 2, 2020 at 7:22 AM GWT dev <[email protected]> wrote: > many thanks, your solution James works here. > > On Thursday, July 2, 2020 at 10:40:56 AM UTC+2, James Doherty wrote: >> >> just managed to fix the issue. >> >> i add this line >> <script src="https://www.gstatic.com/charts/loader.js"></script> >> >> <script type="text/javascript"> >> removed this line >> //google.load("visualization", "1", { packages: ["corechart"] }); >> and added this line >> google.charts.load('current', { packages: ['corechart'] }); >> >> i hope that works for you you?? >> >> >> On Thu, Jul 2, 2020 at 4:35 PM GWT dev <[email protected]> wrote: >> >>> Hi, >>> same here. Impossible to use the visualization API today. It was working >>> for years. >>> >>> On Thursday, July 2, 2020 at 8:47:53 AM UTC+2, James Doherty wrote: >>>> >>>> Hi all >>>> >>>> as of today, i am havbing trouble with the following call. This has >>>> worked fine for a few years.. >>>> >>>> var data = google.visualization.arrayToDataTable(chartobj, false) >>>> >>>> >>>> -- >>> 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/4786056f-cbe1-43d6-a5c1-35d296d5d0abo%40googlegroups.com >>> <https://groups.google.com/d/msgid/google-visualization-api/4786056f-cbe1-43d6-a5c1-35d296d5d0abo%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > 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/d8724353-1ddc-4aaf-8f6a-fb5669289e0co%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/d8724353-1ddc-4aaf-8f6a-fb5669289e0co%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/CAOtcSJPqV8pB%2B6zBFHTysF9QiBn0kjD9_CpQM60CZcws2W3nSA%40mail.gmail.com.
