Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2020-07-07 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Robert, I believe both syntaxes are still supported. Except you are missing a comma after "1". Here is a jsfiddle showing that that loading with google.charts.load('visualization', '1', ...) works. https://jsfiddle.net/dlaliberte/4hncu6y3/7/ And changing google.charts.load to google.load

[visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2020-07-07 Thread Robert van Heumen
Hi, We have had the same issue. The immediate problem is not the old loader (that is automatically redirected to the new loader with version 45.2), but the syntax: google.load("visualization","1" { packages :["corecharts", "annotationcharts"] }); should be:

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2020-07-02 Thread 'Daniel LaLiberte' via Google Visualization API
Hi GWT dev guy, You should not have been using a uds url directly. If you were using loading the jsapi loader from http://www.google.com/jsapi, then you should be seeing a redirect to the new loader at http://www.gstatic.com/charts/loader.js. Perhaps you are using a local copy of the jsapi

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2020-07-02 Thread GWT dev
Hello, My application (GWT language) is using this URL. https://www.google.com/uds/?file=visualization=1=corechart But this link does not work anymore since yesterday. Would you have a solution for that ? Thanks in advance, On Saturday, June 27, 2020 at 8:41:20 AM UTC+2, Daniel LaLiberte wrote:

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2020-06-27 Thread 'Daniel LaLiberte' via Google Visualization API
The jsapi loader that you have been using is now being redirected to the new loader, and version '1' is the latest stable version, which we call 'current' in the updated realm. We can't go back to the old loader and prior versions before we started freezing at version 41. The entire server that

[visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2020-06-27 Thread Shanmuga Srinivas
Hi Daniel, Good morning! We are using Google Visualization API for line charts in our application. >From 24th June 2020, we are getting an error "*cannot read property 'datatable' of undefined *" in chrome 83 version browser , but the same code works fine in IE 11 version. We appreciate if

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-04-16 Thread 'Daniel LaLiberte' via Google Visualization API
Thanks for your more detailed question. I see now that the jsapi loader supported use of the 'callback' parameter, saying: You can load the Google API loader dynamically by creating a script element > and setting its source to the same "https://www.google.com/jsapi; URL > with an additional

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-04-16 Thread Stepan Sadovnikov
Thank you for your prompt reply. To clear up probable misunderstanding: current jsapi loader allows specifying global callback e.g. like this https://www.google.com/jsapi?callback=__gwt_AjaxLoader_onLoad to let page scripts know that they can proceed with asking it to load modules, so I was

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-04-15 Thread 'Daniel LaLiberte' via Google Visualization API
On Mon, Apr 15, 2019 at 7:37 AM Stepan Sadovnikov < stepan.sadovni...@ardas.dp.ua> wrote: > Hi Daniel. > > I have several questions regarding the update. > > 1) Are outages still expected? > We will probably not have any more (planned) outages. We have a different strategy now which will avoid

[visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-04-15 Thread Stepan Sadovnikov
Hi Daniel. I have several questions regarding the update. 1) Are outages still expected? 2) If yes, is there a date or approximate timeframe when outages will happen? 3) Will the old jsapi loader become unavailable? 4) If yes, is there a date or approximate timeframe when the old loader

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread 'Jon Orwant' via Google Visualization API
Any use of chart.apis.google.com or chart.googleapis.com will no longer work. Their deprecation was announced in 2012 and finally turned off last night. The discussion at https://groups.google.com/forum/#!topic/google-chart-api/rZtHTyYgyXI includes several alternatives you might be able to use.

[visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread Dan Vokt
Our charts are down. Charts are our most important commodity. This is threatening our business. Please advise immediately: Samplle URL:

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread 'Jon Orwant' via Google Visualization API
That's Google Image Charts, not Google Charts (the subject of this forum). Google Image Charts was deprecated in 2012 and finally turned off last night. The announcement, as well as some alternatives you can switch to, are discussed here:

[visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread Sebastian Molina
Same issue as you. Working until yesterday afternoon but getting a 502 error at the moment. Example of the URL we rea requesting. https://chart.apis.google.com/chart?chst=d_map_pin_letter=A|fd8373|00 On Tuesday, March 19, 2019 at 11:46:54 AM UTC-5, Mahesh Vasudevanpotti wrote: > > *Google

[visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread 'Mahesh Vasudevanpotti' via Google Visualization API
*Google chart api call fails with 502 Bad gateway error* Below is the url we are building to plot order data for our business . This was working since yesterday night from past 2 years . But not working from today. getting a bad gateway 502 error . Any help appreciated

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread 'Daniel LaLiberte' via Google Visualization API
Confusingly, the Image Charts (aka Charts API, or Chart Server charts), which constructs charts given a URL, is very different from the interactive charts constructed in browsers with a small amount of JavaScript using a very different API, referred to as Google Charts (or Google Visualization

Re: [visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread 'Jon Orwant' via Google Visualization API
That appears to be a scatter chart. Documentation for the Google Charts scatter chart is here: https://developers.google.com/chart/interactive/docs/gallery/scatterchart Jon On Tue, Mar 19, 2019 at 12:06 PM eLearnig Solution wrote: > Hi Daniel, > > If the only code I have is this, how can I

[visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread eLearnig Solution
Hi Daniel, If the only code I have is this, how can I update to a newer version? Since today I can no longer visualize the graphics. Ruby code: <% img = ' http://chart.apis.google.com/chart?chf=c,ls,45,FF,0.27,F39209,0.462,FFF633,0.23,008000,0.3 ' img +=

[visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread eLearnig Solution
H If the only code I have is this, how can I update to a newer version? Since today I can no longer visualize the graphics. Ruby code: <% img = 'http://chart.apis.google.com/chart?chf=c,ls,45,FF,0.27,F39209,0.462,FFF633,0.23,008000,0.3' img +=