devstark-com / vue-google-charts

Reactive Vue.js wrapper for Google Charts lib
446 stars 73 forks source link

TypeError: loader.load is not a function #232

Open VDidyk opened 1 year ago

VDidyk commented 1 year ago

I have faced an issue with loader But it worked well approx one month ago.

image (6)

image image

ghost commented 7 months ago

if you have other google apis loaded, will cause the bug...

image

needs to be: image

there are multiple lines that are like that...can't assume if window.google then it has charts.

if you need it to work without waiting for code change, you can manually add the script: <script src="https://www.gstatic.com/charts/loader.js"></script>