-
-
Notifications
You must be signed in to change notification settings - Fork 837
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
[Bug]: Error: "category" is not a registered scale. #1080
Comments
Update: I get this error only when running |
@philharmonie encountering this issue today, exactly as you described. Did you find a fix? |
@grokpot are you also using |
@apertureless No - |
Workaround until this gets fixed is to register everything.
Works with bun 1.2.2 even with |
Would you like to work on a fix?
Current and expected behavior
Having
"vue-chartjs": "^5.3.0"
and"chart.js": "^4.4.0"
I'm getting the errorError: "category" is not a registered scale.
when I use the code from the readme:Reproduction
I don't have it
chart.js version
^4.4.0
vue-chartjs version
^5.3.0
Possible solution
No response
The text was updated successfully, but these errors were encountered: