Vue.js wrapper for chart.js for creating beautiful charts.
npm install vue-chartjs
vue-chartjs is a wrapper for Chart.js in Vue. You can easily create reuseable chart components.
Supports Chart.js v4.











QuickStart
•
Docs
•
Stack Overflow
Install this library with peer dependencies:
``bash`
pnpm add vue-chartjs chart.jsor
yarn add vue-chartjs chart.jsor
npm i vue-chartjs chart.js
Then, import and use individual components:
`vue
`
Need an API to fetch data? Consider Cube, an open-source API for data apps.

- Reactivity
- Access to Chart instance
- Accessibility
- Migration from v4 to v5
- Migration from vue-chart-3
- API
- Examples
` bashinstall dependencies
pnpm install
Contributing
1. Fork it ( https://github.com/apertureless/vue-chartjs/fork )
2. Create your feature branch (
git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature`)This software is distributed under MIT license.