Highly customizable Chart.js plugin that displays labels outside the pie/doughnut chart.
Requires Chart.js 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.
You first need to install node dependencies (requires Node.js):
> 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.
chartjs-plugin-piechart-outlabels-aars
is available under the MIT license.