Google API Down?

187 views
Skip to first unread message

James Doherty

unread,
Jul 2, 2020, 2:47:53 AM7/2/20
to Google Visualization API
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)


Message has been deleted

james

unread,
Jul 2, 2020, 4:40:56 AM7/2/20
to google-visua...@googlegroups.com
just managed to fix the issue.

i add this line

<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 <wahbi.me...@gmail.com> wrote:
Hi, 
same here. Impossible to use the visualization API today. It was working for years.

--
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/4786056f-cbe1-43d6-a5c1-35d296d5d0abo%40googlegroups.com.

Shanmuga Srinivas

unread,
Jul 2, 2020, 6:57:45 AM7/2/20
to google-visua...@googlegroups.com
The CDN for Google Api has changed. Try using the following :

<script src="https://www.gstatic.com/charts/loader.js"></script>
<script>
  google.charts.load(
'current', {packages: ['corechart']});

Regards, 
Srinivas 

On Thu, 2 Jul, 2020, 2:05 pm GWT dev, <wahbi.me...@gmail.com> 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:
Message has been deleted
Message has been deleted

Daniel LaLiberte

unread,
Jul 2, 2020, 11:06:36 AM7/2/20
to Google Visualization API
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 <wahbi.me...@gmail.com> wrote:
many thanks, your solution James works here.


--
Reply all
Reply to author
Forward
0 new messages