devstark-com / vue-google-charts

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

Library does not load if Google Authorization API is also present on the page #239

Open dmitrijs opened 7 months ago

dmitrijs commented 7 months ago

There seems to be aconflict with https://github.com/devbaji/vue3-google-login library.

vue3-google-login loads Authorization API from https://accounts.google.com/gsi/client , which makes "window.google" field to be non-null. Which stops Chart API from loading.