chartjs-plugin-piechart-outlabels
Version:
Chart.js plugin to display float data labels on pie/doughnut chart outside the border.
28 lines (16 loc) • 1.66 kB
Markdown
# Installation
## npm
[](https://npmjs.com/package/chartjs-plugin-piechart-outlabels)
npm install chartjs-plugin-piechart-outlabels --save
## CDN
[](https://cdn.jsdelivr.net/npm/chartjs-plugin-outlabels@latest/dist/)
By default, `https://cdn.jsdelivr.net/npm/chartjs-plugin-piechart-outlabels` returns the latest (minified) version, however it's **highly recommended** to always specify a version in order to avoid breaking changes. This can be achieved by appending `@{version}` to the url:
https://cdn.jsdelivr.net/npm/chartjs-plugin-piechart-outlabels@1.1.2 // exact version
https://cdn.jsdelivr.net/npm/chartjs-plugin-piechart-outlabels@1 // latest 1.x.x
Read more about jsDeliver versioning on their [website](http://www.jsdelivr.com/).
## Download
[](https://github.com/Neckster/chartjs-plugin-piechart-outlabels/releases/latest)
You can download the latest version of `chartjs-plugin-piechart-outlabels` from the [GitHub releases](https://github.com/Neckster/chartjs-plugin-piechart-outlabels/releases/latest):
- `chartjs-plugin-piechart-outlabels.js` (recommended for development)
- `chartjs-plugin-piechart-outlabels.min.js` (recommended for production)
- `chartjs-plugin-piechart-outlabels.zip` (contains `.js` and `.min.js` versions + sample)