You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/plugins.md
+1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Plugins are the most efficient way to customize or change the default behavior o
7
7
- <ahref="https://github.com/chartjs/chartjs-plugin-annotation"target="_blank">chartjs-plugin-annotation.js</a> - Draw lines and boxes on chart area.
8
8
- <ahref="https://github.com/chartjs/chartjs-plugin-deferred"target="_blank">chartjs-plugin-deferred.js</a> - Defer initial chart update until chart scrolls into viewport.
9
9
- <ahref="https://github.com/compwright/chartjs-plugin-draggable"target="_blank">chartjs-plugin-draggable.js</a> - Makes select chart elements draggable with the mouse.
10
+
- <ahref="https://github.com/y-takey/chartjs-plugin-stacked100"target="_blank">chartjs-plugin-stacked100.js</a> - Draw 100% stacked bar chart.
10
11
- <ahref="https://github.com/chartjs/chartjs-plugin-zoom"target="_blank">chartjs-plugin-zoom.js</a> - Enable zooming and panning on charts.
11
12
- <ahref="https://github.com/chartjs/Chart.BarFunnel.js"target="_blank">Chart.BarFunnel.js</a> - Adds a bar funnel chart type.
12
13
- <ahref="https://github.com/chartjs/Chart.LinearGauge.js"target="_blank">Chart.LinearGauge.js</a> - Adds a linear gauge chart type.
0 commit comments