From: Simon Brunel Date: Fri, 25 Aug 2017 22:34:37 +0000 (+0200) Subject: Add chartjs-plugin-datalabels plugin link (#4701) X-Git-Tag: v2.7.0~1^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31049ebcba71dd205901e439883fae991307bed8;p=thirdparty%2FChart.js.git Add chartjs-plugin-datalabels plugin link (#4701) --- diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md index 311058857..1adc8aa77 100644 --- a/docs/notes/extensions.md +++ b/docs/notes/extensions.md @@ -13,11 +13,12 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co ## Plugins - - chartjs-plugin-annotation.js - Draw lines and boxes on chart area. - - chartjs-plugin-deferred.js - Defer initial chart update until chart scrolls into viewport. + - chartjs-plugin-annotation.js - Draws lines and boxes on chart area. + - chartjs-plugin-datalabels.js - Displays labels on data for any type of charts. + - chartjs-plugin-deferred.js - Defers initial chart update until chart scrolls into viewport. - chartjs-plugin-draggable.js - Makes select chart elements draggable with the mouse. - - chartjs-plugin-stacked100.js - Draw 100% stacked bar chart. - - chartjs-plugin-zoom.js - Enable zooming and panning on charts. + - chartjs-plugin-stacked100.js - Draws 100% stacked bar chart. + - chartjs-plugin-zoom.js - 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-).