vue-chartjs
insteadThis package is a rewrite of vue-chartjs for Chart.js 3, but written in Typescript with Vue 3 composition api in mind.
Vite.js
and Nuxt 3
compatible 💯.npm i vue-chart-3 chart.js
#or
yarn add vue-chart-3 chart.js
#or
pnpm i vue-chart-3 chart.js
npm i vue-chart-3@legacy chart.js
#or
yarn add vue-chart-3@legacy chart.js
#or
pnpm i vue-chart-3@legacy chart.js
This package works with version 2.x and 3.x of Vue.
@vue/composition-api
package to also be installed and registered, to provide Vue 3's Composition API features like ref, defineComponent, computed, reactive
.