Re: [visualization-api] Random behaviour using the old js api library and the callback

2020-04-22 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Xiao, We have been gradually ramping up the redirect from the old jsapi loader to the new loader, and it is supposed to support the callback parameter as well, but apparently not in the same way. After ramping up to 100% a couple weeks ago, we discovered an internal problem, and reverted the r

Re: [visualization-api] you called the draw() method with a string rather than a datatable or dataview Abril 2020

2020-04-22 Thread 'Daniel LaLiberte' via Google Visualization API
I see this json response sometimes: " 502 Bad Gateway 502 Bad Gateway nginx " So you need to handle json errors, and ignore them. Maybe that is what you are seeing? On Wed, Apr 22, 2020 at 6:52 PM Nicolas Sotelo wrote: > [image: gauge.png] > > > El miércoles, 22 de abril de 2020, 19

Re: [visualization-api] you called the draw() method with a string rather than a datatable or dataview Abril 2020

2020-04-22 Thread Nicolas Sotelo
[image: gauge.png] El miércoles, 22 de abril de 2020, 19:47:05 (UTC-3), Nicolas Sotelo escribió: > > http://mylocal.com.ar/ejemplo/ > > le dejo un rato y comienza en la capa donde esta el guague a generarme el > mensaje ... a veces no lo hace ya veces si .. > > > El miércoles, 22 de abril de

Re: [visualization-api] you called the draw() method with a string rather than a datatable or dataview Abril 2020

2020-04-22 Thread Nicolas Sotelo
http://mylocal.com.ar/ejemplo/ le dejo un rato y empieza en la capa donde esta el guague a generarme el mensaje... a veces no lo hace y a veces si.. El miércoles, 22 de abril de 2020, 19:15:38 (UTC-3), Daniel LaLiberte escribió: > > Hoy nada ha cambiado con Google Charts, a menos que tal vez t

[visualization-api] Random behaviour using the old js api library and the callback

2020-04-22 Thread Xiao Lin Liu
Hi all, in the last week, we have found that some of our client production environments is showing a random behavior which stops showing the maps We do this call https://www.google.com/jsapi?callback=MapUtil.googleLoaderCallback Most of time it works fine but some times, we get an 302 error a

Re: [visualization-api] you called the draw() method with a string rather than a datatable or dataview Abril 2020

2020-04-22 Thread 'Daniel LaLiberte' via Google Visualization API
Nothing has changed today with Google Charts, unless perhaps you are still loading with the old jsapi loader. All requests for the old jsapi loader will automatically be redirected to the new loader at gstatic.com/charts/loader.js. https://developers.google.com/chart/interactive/docs/basic_load_

[visualization-api] Locally DataTable google charts

2020-04-22 Thread Tommi Tomat
need help. How to create a table locally in google charts? Viewed the entire site, nothing works. The bottom line is that I need to make a local table that I could edit in each individual script. I will have two graphs with my own tables, which should work from the local one. Example code, m

[visualization-api] you called the draw() method with a string rather than a datatable or dataview Abril 2020

2020-04-22 Thread Nicolas Sotelo
Hola que tal, mi pagina funcionaba bien con el gauge de googgle hasta hoy. Ahora me da este error. you called the draw() method with a string rather than a datatable or dataview Necesito ayuda. -- You received this message because you are subscribed to the Google Groups "Google Visualization

Re: [visualization-api] Google Charts - Multiple chart types from same data Source with multiple filters.

2020-04-22 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Asha, See the section on how to bind one or more controls with one or more charts, in https://developers.google.com/chart/interactive/docs/gallery/controls#6-establish-dependencies On Wed, Apr 22, 2020 at 12:41 PM Asha Saji wrote: > Hello, > > In order to make my requirement more clear , it

[visualization-api] Google Charts - Multiple chart types from same data Source with multiple filters.

2020-04-22 Thread Asha Saji
Hello, In order to make my requirement more clear , it is same like the demo in the link: https://developers.google.com/chart/interactive/docs/gallery/controls#programmatic_change - The very first visual where *a category picker and a range slider are used to drive the data visualized by a pi