You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: