-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update dependency chart.js@"^4.0.0" #56
Comments
The peerDependency is |
When upgrading to
|
Reproduction of my error in this repl. The chart data was just pulled from an example, but what triggers the error is when the Chart tries to use the adapter when specifying a scale as a
Would you like me to post this as a separate issue? |
Any ideas on how to work around this until there is a fix? @stevecastaneda |
I ended up just removing the plugin, and created the labels as strings when polling for chart data (moving the logic on how I wanted the dates to the backend). I planned to add it back in once I saw a release. |
@stevecastaneda I think I was able to fix the package.json in #62, but not sure if there are wider impacts with that type of change. |
Please update Chart.js dependency to chart.js@"^4.0.0".
Thank you.
The text was updated successfully, but these errors were encountered: