Chart.js 的 Vue.js Wrapper
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:
pnpm add vue-chartjs chart.js
# or
yarn add vue-chartjs chart.js
# or
npm i vue-chartjs chart.js
Then, import and use individual components:
…
Need an API to fetch data? Consider Cube, an open-source API for data apps.
# install dependencies
pnpm install
# build for production with minification
pnpm build
# run unit tests
pnpm test:unit
# run all tests
pnpm test
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)This software is distributed under MIT license.
暂无开放 Issues,或尚未同步最近议题。