Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mykola-digtiar/chartjs-plugin-piechart-outlabels
Highly customizable Chart.js plugin that displays labels outside the pie/doughnut chart.
https://github.com/mykola-digtiar/chartjs-plugin-piechart-outlabels
chart chartjs chartjs-plugin displays-labels doughnut-chart pie
Last synced: 3 months ago
JSON representation
Highly customizable Chart.js plugin that displays labels outside the pie/doughnut chart.
- Host: GitHub
- URL: https://github.com/mykola-digtiar/chartjs-plugin-piechart-outlabels
- Owner: mykola-digtiar
- License: mit
- Created: 2017-09-14T22:56:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:18:36.000Z (about 2 years ago)
- Last Synced: 2024-11-08T08:44:16.152Z (3 months ago)
- Topics: chart, chartjs, chartjs-plugin, displays-labels, doughnut-chart, pie
- Language: JavaScript
- Homepage: https://piechart-outlabels.netlify.com/sample/
- Size: 411 KB
- Stars: 52
- Watchers: 4
- Forks: 40
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - piechart-outlabels
README
![]()
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) **2.7.0** or later.
## Documentation
- [Installation](https://piechart-outlabels.netlify.com/installation)
- [Quick Start](https://piechart-outlabels.netlify.com/quickstart)
- [Options](https://piechart-outlabels.netlify.com/options)
- [Formating & Styling](https://piechart-outlabels.netlify.com/formatting)
- [Sample](https://piechart-outlabels.netlify.com/sample)## 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:
> gulp build // build dist files
> gulp build --watch // build and watch for changes
> gulp lint // perform code linting
> gulp package // create an archive with dist files and samples## License
`chartjs-plugin-piechart-outlabels` is available under the [MIT license](LICENSE.md).
## P.S.
Highly inspirated by [chartjs-plugin-datalabels](https://github.com/chartjs/chartjs-plugin-datalabels)!