From 64dbe3358441437ed08aa6b875c0dcf85249719d Mon Sep 17 00:00:00 2001 From: Akihiko Kusanagi Date: Mon, 5 Nov 2018 16:25:33 +0800 Subject: [PATCH] Add a link to chartjs-plugin-colorschemes to extensions.md --- docs/notes/extensions.md | 1 + 1 file changed, 1 insertion(+) 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.