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
I found version 2.4.2 not worked on ie11 It is because some syntax not work on ie like lib/get-color.js line 33
throw new Error(`getColors - Unsupported chart type ${chartType}`);
lib/get-color.js line 83
function formatPieColors(colors) { return { backgroundColor: colors.map((/** * @param {?} color * @return {?} */ (color) => rgba(color, 0.6))),
above case also occur on ng2-charts.js
I downgrade to older version 1.6.0. now work on ie11.
The text was updated successfully, but these errors were encountered:
We had same issue. Downgrade to version 2.3.3 worked for us.
Sorry, something went wrong.
I'm having the same issue. Any update on this? Does ng2-charts still support IE11?
Released 2.4.3 with a fix for this.
Successfully merging a pull request may close this issue.
I found version 2.4.2 not worked on ie11
It is because some syntax not work on ie like
lib/get-color.js line 33
lib/get-color.js line 83
above case also occur on ng2-charts.js
I downgrade to older version 1.6.0. now work on ie11.
The text was updated successfully, but these errors were encountered: