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
Source:stackexchange.com