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.