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

Charts do not render in IE9 in Version 2.7.0 and 2.7.1 #4917

Closed
kyletinsley opened this issue Nov 2, 2017 · 1 comment
Closed

Charts do not render in IE9 in Version 2.7.0 and 2.7.1 #4917

kyletinsley opened this issue Nov 2, 2017 · 1 comment

Comments

@kyletinsley
Copy link

As of version 2.7.0, charts will not render in IE9 (tested in emulation mode). This issue does not occur in IE9 w/ version 2.6.0.

To see the behavior, check out the online samples in IE9 emulation:
http://www.chartjs.org/samples/latest/charts/bar/vertical.html

The error given is:
Unable to get property 'add' of undefined or null reference

The browsers error console shows that the bug may be related to Issue #4737:
node.classList.add(CSS_RENDER_MONITOR);

@etimberg
Copy link
Member

etimberg commented Nov 2, 2017

This was addressed, somewhat, in #4818 where we've explicitly said that IE < 11 is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants