From 826ce3b0b0031d7ef7da2695343567419242cede Mon Sep 17 00:00:00 2001 From: y-take Date: Sat, 25 Mar 2017 07:57:08 +0900 Subject: [PATCH] Add link to plugin that creates a stacked percentage chart --- docs/developers/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developers/plugins.md b/docs/developers/plugins.md index 5ca1921d5d8..9a1b1c2f953 100644 --- a/docs/developers/plugins.md +++ b/docs/developers/plugins.md @@ -7,6 +7,7 @@ Plugins are the most efficient way to customize or change the default behavior o - 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-stacked100.js - Draw 100% stacked bar chart. - chartjs-plugin-zoom.js - Enable zooming and panning on charts. - Chart.BarFunnel.js - Adds a bar funnel chart type. - Chart.LinearGauge.js - Adds a linear gauge chart type.