Apexcharts.js: Problem with display on IE 11

Created on 4 Jun 2020  路  2Comments  路  Source: apexcharts/apexcharts.js

IE11 has a number of problems with charts visualization:

  • columns do not respect the y axis and climb on her (especially bad it looks on horizontal bar chart)
  • X axis is shifted up

I attach screens with these problems, you can see it live at http://rabota.ua/prozora
image
image
image

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

All 2 comments

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

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!

Was this page helpful?
0 / 5 - 0 ratings