From 62a5615fccc2e7efbfd7a9eba81601dd0e5412e5 Mon Sep 17 00:00:00 2001 From: Akihiko Kusanagi Date: Tue, 6 Nov 2018 01:56:29 +0800 Subject: [PATCH] Add a link to chartjs-plugin-colorschemes to extensions.md (#5813) --- 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.