]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add chartjs-plugin-datalabels plugin link (#4701)
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Fri, 25 Aug 2017 22:34:37 +0000 (00:34 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 25 Aug 2017 22:34:37 +0000 (18:34 -0400)
docs/notes/extensions.md

index 311058857471e1450306da152c089daabf8b4cc2..1adc8aa77885e045236771c11a95dafb85a6d023 100644 (file)
@@ -13,11 +13,12 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co
 
 ## Plugins
 
- - <a href="https://github.com/chartjs/chartjs-plugin-annotation" target="_blank">chartjs-plugin-annotation.js</a> - Draw lines and boxes on chart area.
- - <a href="https://github.com/chartjs/chartjs-plugin-deferred" target="_blank">chartjs-plugin-deferred.js</a> - Defer initial chart update until chart scrolls into viewport.
+ - <a href="https://github.com/chartjs/chartjs-plugin-annotation" target="_blank">chartjs-plugin-annotation.js</a> - Draws lines and boxes on chart area.
+ - <a href="https://github.com/chartjs/chartjs-plugin-datalabels" target="_blank">chartjs-plugin-datalabels.js</a> - Displays labels on data for any type of charts.
+ - <a href="https://github.com/chartjs/chartjs-plugin-deferred" target="_blank">chartjs-plugin-deferred.js</a> - Defers initial chart update until chart scrolls into viewport.
  - <a href="https://github.com/compwright/chartjs-plugin-draggable" target="_blank">chartjs-plugin-draggable.js</a> - Makes select chart elements draggable with the mouse.
- - <a href="https://github.com/y-takey/chartjs-plugin-stacked100" target="_blank">chartjs-plugin-stacked100.js</a> - Draw 100% stacked bar chart.
- - <a href="https://github.com/chartjs/chartjs-plugin-zoom" target="_blank">chartjs-plugin-zoom.js</a> - Enable zooming and panning on charts.
+ - <a href="https://github.com/y-takey/chartjs-plugin-stacked100" target="_blank">chartjs-plugin-stacked100.js</a> - Draws 100% stacked bar chart.
+ - <a href="https://github.com/chartjs/chartjs-plugin-zoom" target="_blank">chartjs-plugin-zoom.js</a> - Enables zooming and panning on charts.
 
 In addition, many plugins can be found on the [npm registry](https://www.npmjs.com/search?q=chartjs-plugin-).