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
Has Internet Explorer 11 support been discontinued? There's lots of lambda functions in the beta version which isn't supported by IE 11..?
e.g. on line 19 in chartjs-plugin-annotation.esm.js:
hooks.forEach(hook => { if (typeof options[hook] === 'function') { state.listened = true; state.listeners[hook] = options[hook]; } });
The text was updated successfully, but these errors were encountered:
@elitastic the plugin is based on CHARTJS v3 which dropped the compatibility on IE 11. See chartjs/Chart.js#8042
Sorry, something went wrong.
Oh I somehow missed that, thanks for your quick reply!
No branches or pull requests
Has Internet Explorer 11 support been discontinued? There's lots of lambda functions in the beta version which isn't supported by IE 11..?
e.g. on line 19 in chartjs-plugin-annotation.esm.js:
The text was updated successfully, but these errors were encountered: