Skip to content

victorgarciaesgi/vue-chart-3

Repository files navigation

πŸ“Š Chart.js 4 for Vue 3

sgts logo

npm version npm downloads npm downloads

This package is a rewrite of vue-chartjs for Chart.js 4, but written in Typescript with Vue 3 composition api in mind.

  • Vite.js and Nuxt 3 compatible πŸ’―.

Full documentation

Installation

For Vue 3

npm i vue-chart-3 chart.js
#or
yarn add vue-chart-3 chart.js
#or
pnpm i vue-chart-3 chart.js

Important notes

Using with Vue 3

This package works with Vue 3.

  • Vue 3 works out-of-the-box

Demos