From: Jonathon Hill Date: Thu, 17 Nov 2016 09:29:36 +0000 (-0500) Subject: Update the documentation plugin list (#3610) X-Git-Tag: v2.5.0~1^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4123b92cea1bae5d627349a18b81e5091cad83;p=thirdparty%2FChart.js.git Update the documentation plugin list (#3610) Add chartjs-plugin-draggable to the list of plugins, update existing ones recently renamed and re-order the list by names. --- diff --git a/docs/10-Notes.md b/docs/10-Notes.md index fd2125e17..c6ad42910 100644 --- a/docs/10-Notes.md +++ b/docs/10-Notes.md @@ -79,12 +79,13 @@ Built in Chart Types There are many plugins that add additional functionality to Chart.js. Some particularly notable ones are listed here. In addition, many plugins can be found on the [Chart.js GitHub organization](https://github.com/chartjs). - - Chart.Zoom.js - Enable zooming and panning on charts - - Chart.Annotation.js - Draw lines and boxes on chart area + - 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-draggable.js - Makes select chart elements draggable with the mouse + - chartjs-plugin-zoom.js - Enable zooming and panning on charts - Chart.BarFunnel.js - Adds a bar funnel chart type - - Chart.Deferred.js - Defer initial chart update until chart scrolls into viewport - - Chart.Smith.js - Adds a smith chart type - Chart.LinearGauge.js - Adds a linear gauge chart type + - Chart.Smith.js - Adds a smith chart type ### Popular Extensions