[Chartjs]-Vue-chartjs 5 error: "You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file"

1👍

Vue 2 doesn’t support the versions of vue-chartjs and chart.js.

I use the following versions

  • "chart.js": "^3.8.0"
  • "vue-chartjs": "^4.0.0"
  • "vue": "^2.7.14"

You can find some examples of implementation over here:

https://vue-chartjs.org/examples/#vue-2-charts-vue-chartjs-v4

Leave a comment