Re: [visualization-api] google.charts.load() cannot be called more than once ?

2016-08-26 Thread Vishnu C
On Tuesday, April 12, 2016 at 6:50:33 PM UTC+5:30, Daniel LaLiberte wrote: > > If you want to draw your chart by changing your data, you can do that. > You don't need to call google.chart.load() again to do so. Just separate > out the code that calls google.chart.load() so that it is called

Re: [visualization-api] google.charts.load() cannot be called more than once ?

2016-06-23 Thread Yassine MOUBARAK
It works , thank you ! > -- 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+unsubscr...@googlegroups.com. To post to this

Re: [visualization-api] google.charts.load() cannot be called more than once ?

2016-04-12 Thread 'Daniel LaLiberte' via Google Visualization API
If you want to draw your chart by changing your data, you can do that. You don't need to call google.chart.load() again to do so. Just separate out the code that calls google.chart.load() so that it is called only once. On Mon, Apr 11, 2016 at 5:48 PM, Sahra Dilmaghanyan

[visualization-api] google.charts.load() cannot be called more than once ?

2016-04-11 Thread Sahra Dilmaghanyan
Hi, I 'd like to call google chart more than once by changing the data from a dropdown list. I called Google Chart as a widget including AppAsset that call 'js/loader.js' in Yii2.I used the latest version of Google Chart But I got this error when I change the dropdown list item: Uncaught