You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you've encountered an error while working on the Chart.js file : Uncaught Error: "category" is not a registered scale.
just add this import in your file : import { Chart as ChartJS } from 'chart.js/auto'
and it will fix your issue.
If you've encountered an error while working on the Chart.js file :
Uncaught Error: "category" is not a registered scale.
just add this import in your file :
import { Chart as ChartJS } from 'chart.js/auto'
and it will fix your issue.
Source
The text was updated successfully, but these errors were encountered: