Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
12 K
Widok
0
27/07/2021 4:22 pm
Topic starter
or
app.js:15051 Uncaught Error: "category" is not a registered scale. at Registry._get (app.js:15051) at Registry.getScale (app.js:15005) at app.js:15647 at each (app.js:20978) at Chart.buildOrUpdateScales (app.js:15634) at Chart.update (app.js:15751) at new Chart (app.js:15529) at Module../resources/js/app.js (app.js:5023) at __webpack_require__ (app.js:66622) at app.js:66785
1 Answer
0
27/07/2021 4:24 pm
Topic starter
Based on installation instructions https://www.chartjs.org/docs/latest/getting-started/v3-migration.html
how to register Chart.js in right way
import { Chart, LineController, LineElement, PointElement, LinearScale, Title,CategoryScale } from 'chart.js'; Chart.register(LineController, LineElement, PointElement, LinearScale, Title, CategoryScale);
and put this code before </body>