1👍
Finally I solve it. Delete below code and referece this URL.
Why does nuxt give me this error with vue-chartjs?
import { Chart as ChartJS, Title, Tooltip, Legend, BarElement, CategoryScale, LinearScale } from 'chart.js' ChartJS.register(Title, Tooltip, Legend, BarElement, CategoryScale, LinearScale)
- [Chartjs]-Angular 9 – chartjs-plugin-annotation error
- [Chartjs]-How can I customize p:polarAreaChart tooltips?
Source:stackexchange.com