From 9b86b369658629f1a85b4a8f3c8377f1d49ea6d1 Mon Sep 17 00:00:00 2001 From: Jonathon Hill Date: Wed, 16 Nov 2016 16:21:23 -0500 Subject: [PATCH 1/3] Update plugin names --- docs/10-Notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/10-Notes.md b/docs/10-Notes.md index fd2125e171f..dd94374619e 100644 --- a/docs/10-Notes.md +++ b/docs/10-Notes.md @@ -79,10 +79,10 @@ 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-zoom.js - Enable zooming and panning on charts + - chartjs-plugin-annotation.js - Draw lines and boxes on chart area - Chart.BarFunnel.js - Adds a bar funnel chart type - - Chart.Deferred.js - Defer initial chart update until chart scrolls into viewport + - chartjs-plugin-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 From 3b7d343d1a3e15a6f1edf37e27a2ba67a3a4a57d Mon Sep 17 00:00:00 2001 From: Jonathon Hill Date: Wed, 16 Nov 2016 16:23:09 -0500 Subject: [PATCH 2/3] Add chartjs-plugin-draggable.js to the list of plugins --- docs/10-Notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/10-Notes.md b/docs/10-Notes.md index dd94374619e..dd0070518b9 100644 --- a/docs/10-Notes.md +++ b/docs/10-Notes.md @@ -81,6 +81,7 @@ There are many plugins that add additional functionality to Chart.js. Some parti - chartjs-plugin-zoom.js - Enable zooming and panning on charts - chartjs-plugin-annotation.js - Draw lines and boxes on chart area + - chartjs-plugin-draggable.js - Makes select chart elements draggable with the mouse - Chart.BarFunnel.js - Adds a bar funnel chart type - chartjs-plugin-deferred.js - Defer initial chart update until chart scrolls into viewport - Chart.Smith.js - Adds a smith chart type From 53b0acdf839eb6b5dffa9fb10a3740835f075398 Mon Sep 17 00:00:00 2001 From: Jonathon Hill Date: Wed, 16 Nov 2016 17:25:49 -0500 Subject: [PATCH 3/3] Sorted plugin names alphabetically Per @simonbrunel --- docs/10-Notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/10-Notes.md b/docs/10-Notes.md index dd0070518b9..c6ad42910a1 100644 --- a/docs/10-Notes.md +++ b/docs/10-Notes.md @@ -79,13 +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). - - chartjs-plugin-zoom.js - Enable zooming and panning on charts - 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 - - chartjs-plugin-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