Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE10 triggeres 'google is undefined' error #20

Open
thomhos opened this issue Jan 12, 2017 · 0 comments
Open

IE10 triggeres 'google is undefined' error #20

thomhos opened this issue Jan 12, 2017 · 0 comments

Comments

@thomhos
Copy link

thomhos commented Jan 12, 2017

Hello,

Situation
Upon loading the view, I query the API for some data. My charts are using the data from Vuex as input, with empty object as a fallback.

issue
When loading the app in IE10 I get the error 'invalid chartType' on every chart I have. When opening the dev tools this message is not triggered, but the console says; 'google is undefined'. I find it quite weird because when I inspect the code the drawing of the chart should wait until the loader from google is resolved.

Any idea what might cause this in IE specifically? Haven't seen it in Chrome or Firefox etc.

It seems to be the same error as in #19, however I would like to ask your perspective on this. Inserting the google scripts manually doesn't really seem like the right solution for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant