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
When I upgrade Chart.js from 2.x to 3.0.2, I get:
Chart.PieceLabel.js:409 Uncaught TypeError: Cannot read property 'register' of undefined at Chart.PieceLabel.js:409 at Chart.PieceLabel.js:418
It seems that the way plugins are registered has changed: https://www.chartjs.org/docs/3.0.2/developers/plugins.html
The text was updated successfully, but these errors were encountered:
Just saw that there is already a PR #125
Sorry, something went wrong.
No branches or pull requests
When I upgrade Chart.js from 2.x to 3.0.2, I get:
It seems that the way plugins are registered has changed:
https://www.chartjs.org/docs/3.0.2/developers/plugins.html
The text was updated successfully, but these errors were encountered: