[![github](https://img.shields.io/github/release/chartjs/chartjs-plugin-datalabels.svg?style=flat-square&maxAge=600)](https://github.com/chartjs/chartjs-plugin-datalabels/releases/latest) [![travis](https://img.shields.io/travis/chartjs/chartjs-plugin-datalabels.svg?style=flat-square&maxAge=600)](https://travis-ci.org/chartjs/chartjs-plugin-datalabels) [![codeclimate](https://img.shields.io/codeclimate/c/chartjs/chartjs-plugin-datalabels.svg?style=flat-square&maxAge=600)](https://codeclimate.com/github/chartjs/chartjs-plugin-datalabels) [![codeclimate](https://img.shields.io/codeclimate/maintainability/chartjs/chartjs-plugin-datalabels.svg?style=flat-square&maxAge=600)](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).