From: Simon Brunel Date: Sat, 26 Aug 2017 06:01:33 +0000 (+0200) Subject: Remove trailing `.js` in plugin names (docs) X-Git-Tag: v2.7.0~1^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=459c81d9316e3fa7c02e8670467e7727096c3875;p=thirdparty%2FChart.js.git Remove trailing `.js` in plugin names (docs) --- diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md index 1adc8aa77..33e0e647e 100644 --- a/docs/notes/extensions.md +++ b/docs/notes/extensions.md @@ -13,12 +13,12 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co ## Plugins - - 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 - Draws 100% stacked bar chart. - - chartjs-plugin-zoom.js - Enables zooming and panning on charts. + - chartjs-plugin-annotation - Draws lines and boxes on chart area. + - chartjs-plugin-datalabels - Displays labels on data for any type of charts. + - chartjs-plugin-deferred - Defers initial chart update until chart scrolls into viewport. + - chartjs-plugin-draggable - Makes select chart elements draggable with the mouse. + - chartjs-plugin-stacked100 - Draws 100% stacked bar chart. + - chartjs-plugin-zoom - 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-).