Discussion:
[visualization-api] google.charts.load() cannot be called more than once ?
Sahra Dilmaghanyan
2016-04-11 21:48:36 UTC
Permalink
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 Error: google.charts.load() cannot be called more than once with
version 44 or earlier.

and loader.js is not reloading, as a result the chart area is empty.
How can I fix this problem?

Thanks,
Sahra
--
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+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/8be7fc60-c988-4622-9c46-8e6b0c96fdf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Daniel LaLiberte' via Google Visualization API
2016-04-12 13:20:24 UTC
Permalink
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.
Post by 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
Uncaught Error: google.charts.load() cannot be called more than once with
version 44 or earlier.
and loader.js is not reloading, as a result the chart area is empty.
How can I fix this problem?
Thanks,
Sahra
--
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
To post to this group, send email to
Visit this group at
https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/8be7fc60-c988-4622-9c46-8e6b0c96fdf3%40googlegroups.com
<https://groups.google.com/d/msgid/google-visualization-api/8be7fc60-c988-4622-9c46-8e6b0c96fdf3%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
***@Google.com <***@google.com> 5CC, 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 google-visualization-api+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJP1a39Dv%3D8HoGaZrnVFUMU_zoTuWG511wMhQJ%3D016c%2Bfw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Yassine MOUBARAK
2016-06-23 13:09:52 UTC
Permalink
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+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/5c0c81cc-f39e-426b-ba28-573ad5a529f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Vishnu C
2016-08-27 05:36:55 UTC
Permalink
Post by '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.
Post by 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
Uncaught Error: google.charts.load() cannot be called more than once with
version 44 or earlier.
and loader.js is not reloading, as a result the chart area is empty.
How can I fix this problem?
Thanks,
Sahra
--
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
<javascript:>.
<javascript:>.
Visit this group at
https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/8be7fc60-c988-4622-9c46-8e6b0c96fdf3%40googlegroups.com
<https://groups.google.com/d/msgid/google-visualization-api/8be7fc60-c988-4622-9c46-8e6b0c96fdf3%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
-- Its Workd Thanks
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
--
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+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/f0d597f9-0dd1-4851-93ad-b1117ea5877b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Gowri sankar Sankar
2016-07-28 13:37:56 UTC
Permalink
Hi,
I have the problem on *google calendar* *chart, * which console *google.charts.load()
cannot be called more than once with version 45 or earlier. * I am using
angular for front end. Where should i
put this code on my project.
google.charts.load("current", { packages: ["calendar"] });
google.charts.setOnLoadCallback(drawChart)
Thanks,
Gowrisankar A
--
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+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/756b8991-4d6c-4eb2-8c7a-cb78bbc05232%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...