diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md index 97f70e8fadd..a08b6dc92d0 100644 --- a/docs/notes/extensions.md +++ b/docs/notes/extensions.md @@ -14,6 +14,7 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co ## Plugins - chartjs-plugin-annotation - Draws lines and boxes on chart area. + - chartjs-plugin-colorschemes - Enables automatic coloring using predefined color schemes. - chartjs-plugin-datalabels - Displays labels on data for any type of charts. - chartjs-plugin-deferred - Defers initial chart update until chart scrolls into viewport. - chartjs-plugin-draggable - Makes select chart elements draggable with the mouse.