2👍
✅
Vue-chartjs
only works with v2 of chart.js
. So you will need to downgrade chart.js to version 2.9.4
if you want to use it.
npm i chart.js@2.9.4
Source:stackexchange.com