# chartjs-plugin-piechart-outlabels-aars

Highly customizable [Chart.js](http://www.chartjs.org/) plugin that displays labels outside the pie/doughnut chart.

Requires [Chart.js](https://github.com/chartjs/Chart.js/releases) **3.0.0** or later.

*This is originally a fork of https://github.com/Neckster/chartjs-plugin-piechart-outlabels with support for Chart.js 3 and latest version of Chart.js 4. Also leveraged https://github.com/gagiD/chartjs-plugin-outlabels4 in order to port the code to Typescript, and to move away from the build dependency on Gulp.* 

## Documentation

- [Installation](https://github.com/aaronicsubstances/chartjs-plugin-piechart-outlabels/blob/master/docs/installation.md)
- [Quick Start](https://github.com/aaronicsubstances/chartjs-plugin-piechart-outlabels/blob/master/docs/quickstart.md)
- [Options](https://github.com/aaronicsubstances/chartjs-plugin-piechart-outlabels/blob/master/docs/options.md)
- [Formating & Styling](https://github.com/aaronicsubstances/chartjs-plugin-piechart-outlabels/blob/master/docs/formatting.md)

## Development

You first need to install node dependencies (requires [Node.js](https://nodejs.org/)):

    > npm install

The following commands will then be available from the repository root:

    > npm run build            // build dist files, then can view index*.html files in sample folder.

## License

`chartjs-plugin-piechart-outlabels-aars` is available under the [MIT license](https://github.com/aaronicsubstances/chartjs-plugin-piechart-outlabels/blob/master/LICENSE.md).
