From: y-take Date: Fri, 24 Mar 2017 22:57:08 +0000 (+0900) Subject: Add link to plugin that creates a stacked percentage chart X-Git-Tag: v2.6.0~2^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90d458a6d970e650cd73e70b11c9a04c09d497dd;p=thirdparty%2FChart.js.git Add link to plugin that creates a stacked percentage chart --- diff --git a/docs/developers/plugins.md b/docs/developers/plugins.md index 5ca1921d5..9a1b1c2f9 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.