We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
This was addressed, somewhat, in #4818 where we've explicitly said that IE < 11 is not supported.
Sorry, something went wrong.
No branches or pull requests
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);
The text was updated successfully, but these errors were encountered: