]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add link to plugin that creates a stacked percentage chart
authory-take <y.takey@gmail.com>
Fri, 24 Mar 2017 22:57:08 +0000 (07:57 +0900)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 24 Mar 2017 22:57:08 +0000 (18:57 -0400)
docs/developers/plugins.md

index 5ca1921d5d80dc3360cc1eea15f2879a71485833..9a1b1c2f9539fd42a8453f044a211a1e359b00c0 100644 (file)
@@ -7,6 +7,7 @@ Plugins are the most efficient way to customize or change the default behavior o
  - <a href="https://github.com/chartjs/chartjs-plugin-annotation" target="_blank">chartjs-plugin-annotation.js</a> - Draw lines and boxes on chart area.
  - <a href="https://github.com/chartjs/chartjs-plugin-deferred" target="_blank">chartjs-plugin-deferred.js</a> - Defer initial chart update until chart scrolls into viewport.
  - <a href="https://github.com/compwright/chartjs-plugin-draggable" target="_blank">chartjs-plugin-draggable.js</a> - Makes select chart elements draggable with the mouse.
+ - <a href="https://github.com/y-takey/chartjs-plugin-stacked100" target="_blank">chartjs-plugin-stacked100.js</a> - Draw 100% stacked bar chart.
  - <a href="https://github.com/chartjs/chartjs-plugin-zoom" target="_blank">chartjs-plugin-zoom.js</a> - Enable zooming and panning on charts.
  - <a href="https://github.com/chartjs/Chart.BarFunnel.js" target="_blank">Chart.BarFunnel.js</a> - Adds a bar funnel chart type.
  - <a href="https://github.com/chartjs/Chart.LinearGauge.js" target="_blank">Chart.LinearGauge.js</a> - Adds a linear gauge chart type.