Hi Takuma, thank you! Polyfill indeed sorts it, I'm wondering though if google will fix this in the meantime or if I need to make the polyfill change, as by the time our change process completes they may have already solved! ha
On Thu, 9 Jul 2020 at 10:57, Takuma Hashimoto <[email protected]> wrote: > We also faced the issue. So we inserted Object.assign polyfill > <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill> > just > in front of `google.charts.load(...)` and solved this. > > On Thursday, July 9, 2020 at 6:50:08 PM UTC+9 Tedd Mason wrote: > >> Our service is also having the same issue for internet explorer since >> yesterday. >> >> >> On Thursday, 9 July 2020 10:47:02 UTC+1, Philippe Debrabant wrote: >>> >>> And trying to load a previous version don't work as the same >>> "Object.assign" code is called in >>> https://www.gstatic.com/charts/loader.js:90:18 >>> >>> Le jeudi 9 juillet 2020 à 11:15:58 UTC+2, Philippe Debrabant a écrit : >>> >>>> Me too, "Object.assign" is not supported by Internet Explorer. >>>> >>>> >>>> https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Object/assign#Compatibilit%C3%A9_des_navigateurs >>>> >>>> Le jeudi 9 juillet 2020 10:28:20 UTC+2, Angelo Palumbo a écrit : >>>>> >>>>> Hi all, starting today Internet Explorer 11 returns the error "Object >>>>> doesn't support 'assign' property or method" when I try to create a line >>>>> chart with loader.js. Has ever happened to 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/66dfd096-5db1-4866-9d0a-c516ec576417n%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/66dfd096-5db1-4866-9d0a-c516ec576417n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAHLbOG2Ypk5SH_LSwW%3Di52EUrQBZWHBZ%3D9qtt%3DzZ3MF6AzFmug%40mail.gmail.com.
