Skip to content

energiency/chartjs-plugin-piechart-outlabels

 
 

Repository files navigation

@energiency/chartjs-plugin-piechart-outlabels

Highly customizable Chart.js plugin that displays labels outside the pie/doughnut chart

Build Status Npm badge semantic-release

Requires Chart.js 3.0.0 or later.

Documentation

Development

You first need to install dependencies:

> yarn install

The following commands will then be available from the repository root:

> yarn build                 // build dist files in ./dist
> yarn build:dev             // build and watch for source changes

License

@energiency/chartjs-plugin-piechart-outlabels is available under the MIT license.

Credits

Thanks to Mykola Digtiar who created the original library. This library is also highly inspirated by chartjs-plugin-datalabels!