| 12345678910111213141516171819202122232425262728293031323334353637 |
- <div align="center">
- <img src="docs/assets/banner.png"/>
- </div>
- [](https://github.com/chartjs/chartjs-plugin-datalabels/releases/latest) [](https://travis-ci.org/chartjs/chartjs-plugin-datalabels) [](https://codeclimate.com/github/chartjs/chartjs-plugin-datalabels) [](https://codeclimate.com/github/chartjs/chartjs-plugin-datalabels)
- Highly customizable [Chart.js](http://www.chartjs.org/) plugin that displays labels on data for any type of charts.
- Requires [Chart.js](https://github.com/chartjs/Chart.js/releases) **2.7.0** or later.
- ## Documentation
- - [Installation](https://chartjs-plugin-datalabels.netlify.com/installation)
- - [Options](https://chartjs-plugin-datalabels.netlify.com/options)
- - [Positioning](https://chartjs-plugin-datalabels.netlify.com/positioning)
- - [Formating](https://chartjs-plugin-datalabels.netlify.com/formatting)
- - [Samples](https://chartjs-plugin-datalabels.netlify.com/samples)
- ## 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 test // run unit tests
- > gulp test --coverage // run unit tests and generate code coverage
- > gulp lint // perform code linting
- > gulp package // create an archive with dist files and samples
- > gulp docs // generate GitBook documentation (`dist/docs`)
- ## License
- `chartjs-plugin-datalabels` is available under the [MIT license](LICENSE.md).
|