Installation
npm
npm install chartjs-plugin-piechart-outlabels --save
CDN
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.
Download
You can download the latest version of chartjs-plugin-piechart-outlabels
from the GitHub releases:
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)