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

IE 11 Compatibility #313

Closed
elitastic opened this issue Jan 15, 2021 · 2 comments
Closed

IE 11 Compatibility #313

elitastic opened this issue Jan 15, 2021 · 2 comments

Comments

@elitastic
Copy link
Contributor

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];
    }
});
@stockiNail
Copy link
Collaborator

@elitastic the plugin is based on CHARTJS v3 which dropped the compatibility on IE 11.
See chartjs/Chart.js#8042

@elitastic
Copy link
Contributor Author

Oh I somehow missed that, thanks for your quick reply!

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

2 participants