Apexcharts.js: IE11 not working

Created on 27 Jul 2018  路  2Comments  路  Source: apexcharts/apexcharts.js

IE11 not working

bug

Most helpful comment

Thank you for reporting the first issue! Seems like a major bug for IE 11.
I have already started work on it by using polyfills for certain ES6 features as well as replacing some of the native drawing methods with SVG.js's methods for better cross-browser support.
Hopefully, the major rendering issues for IE will be fixed in the next release

All 2 comments

Thank you for reporting the first issue! Seems like a major bug for IE 11.
I have already started work on it by using polyfills for certain ES6 features as well as replacing some of the native drawing methods with SVG.js's methods for better cross-browser support.
Hopefully, the major rendering issues for IE will be fixed in the next release

Fixed the compatibility issues with IE11 after days of painful debugging in VirtualBox ;)
Used polyfills for most ES6 features. Svg.js already good support for IE11, so no major hurdles in drawing elements.

The latest release 1.4.0 fixes this

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jeroenpol picture jeroenpol  路  3Comments

ismaildervisoglu picture ismaildervisoglu  路  3Comments

EroTiXx picture EroTiXx  路  3Comments

cstlaurent picture cstlaurent  路  3Comments

pribilinskiy picture pribilinskiy  路  3Comments