Hello, is it possible to migrate the version from 3.9.1 to the latest version that's in the bundled js?
Or should I just install it using npm install chart.js ?
Thank you.
Hi,
We will provide ChartJs v4.2.1
update in the next Metronic v8.1.9 release in a few weeks. If you need to use the newest version of ChartJs now you can edit tools/package.json
with "chart.js": "^4.2.1"
and change tools/gulp.config.js
as shown below:
chartjs: {
scripts: ["{$config.path.node_modules}/chart.js/dist/chart.umd.js"],
},
Thank you so much this is really helpful.
Great! You are the most welcome! If you need any further help please let us know.