Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11 not working #1

Closed
chintan9 opened this issue Jul 27, 2018 · 2 comments
Closed

IE11 not working #1

chintan9 opened this issue Jul 27, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@chintan9
Copy link

IE11 not working

@junedchhipa junedchhipa added the bug Something isn't working label Jul 29, 2018
@junedchhipa
Copy link
Contributor

junedchhipa commented Jul 29, 2018

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

@junedchhipa
Copy link
Contributor

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

junedchhipa pushed a commit that referenced this issue Dec 26, 2019
junedchhipa pushed a commit that referenced this issue Jan 14, 2021
Security fix for Cross-Site Scripting in apexcharts
junedchhipa pushed a commit that referenced this issue Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants