/vue-chart-3

📊 A simple wrapper around Chart.js 3 for Vue 2 & 3

Primary LanguageTypeScriptMIT LicenseMIT

📊 Chart.js 3 for Vue 2 and Vue 3

sgts logo

npm version npm downloads npm downloads

This package is a rewrite of vue-chartjs for Chart.js 3, but written in Typescript with vue-demi and Vue Composition API.

Installation

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

Full documentation

Important notes

Using with Vue 3 or Vue 2

This package works with version 2.x and 3.x of Vue.

  • Vue 3 works out-of-the-box
  • Vue 2 requires @vue/composition-api package to also be installed, to provide Vue 3's Composition API features like ref, defineComponent, computed, reactive. Vue composition-api plugin will install itself so no need to register it!

Demos