IE11 has a number of problems with charts visualization:
I attach screens with these problems, you can see it live at http://rabota.ua/prozora



Have you followed the guidelines on how to make the charts compatible with IE11?
If you need to make it work with IE11, you need to include these polyfills before including ApexCharts
Docs - https://github.com/apexcharts/apexcharts.js#using-it-with-ie11
yah, it worked, thank you very much.
I did not expect that in readme there will be tips on IE11, so I did not look there, litter for my carelessness. Thanks again!
Most helpful comment
Have you followed the guidelines on how to make the charts compatible with IE11?
If you need to make it work with IE11, you need to include these polyfills before including ApexCharts
promise-polyfill
classlist.js
Docs - https://github.com/apexcharts/apexcharts.js#using-it-with-ie11