-
Notifications
You must be signed in to change notification settings - Fork 357
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
3.4.0 version does not work in IE. #2637
Comments
Hi @jiniC, billboard.js has supported legacy browsers for a long period, but as the whole ecosystem and even MS announced the EOL of IE as you mentioned. We'll provide a fix for this for now, but consider that in a near future dropping the support for legacy browser is inevitable.
The d3.js used on demo page, is |
- Make .inputType() to return 'mouse' if haven't detected any. - Degrade the use of DOM APIs which isn't supported for legacy browser. Ref naver#2637
Thank you for your confirmation! |
## [3.4.1](3.4.0...3.4.1) (2022-04-14) ### Bug Fixes * **point,util:** fix syntax to work on legacy browser ([77798af](77798af)), closes [#2637](#2637)
Hello! As the supported browser says ie 9+, I report an issue.
I can't know the exact cause by checking the edge browser ie mode view in the window 11 environment,
but the billboard doesn't seem to work in ie.
All charts on the demo site are not exposed, and the error appears even in the environment I'm working on. There are few ie users, but I think there will be users or developers with the same error as me before ie support ends on June 25, 22.
If billboard.js no longer supports the ie environment, it seems that the written description needs to be updated.
Please confirm.
The text was updated successfully, but these errors were encountered: