xieziyu/ngx-echarts

Support for IE11

martapazik opened this issue · 0 comments

Chart does not show on IE11 browser. I tried to use ngx-echarts in my project with Angular v10, but no page content is shown on IE11.

Demo example on website https://xieziyu.github.io/ngx-echarts/#/welcome works on IE11, so I cloned the repo with demo project in order to check it out locally. When I run the script 'npm run demo' I get no errors but localhost page is empty, no error messages in the console.

I tried with pollyfills 'classlist.js', 'web-animations-js' but without success

Is there any magic to make it work?