Chart.js plugin to display float data labels on pie/doughnut chart outside the border.
npm install @energiency/chartjs-plugin-piechart-outlabelsHighly customizable Chart.js plugin that displays labels outside the pie/doughnut chart
!Build Status


Requires Chart.js 3.0.0 or later.
- Installation
- Quick Start
- Options
- Formating & Styling
- Sample
You first need to install dependencies:
``bash`
> yarn install
The following commands will then be available from the repository root:
`bash`
> yarn build // build dist files in ./dist
> yarn build:dev // build and watch for source changes
@energiency/chartjs-plugin-piechart-outlabels` is available under the MIT license.
Thanks to Mykola Digtiar who created the original library. This library is also highly inspirated by chartjs-plugin-datalabels!