From: Akihiko Kusanagi Date: Mon, 5 Nov 2018 17:56:29 +0000 (+0800) Subject: Add a link to chartjs-plugin-colorschemes to extensions.md (#5813) X-Git-Tag: v2.8.0-rc.1~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9140ef7e671b6b3c316d777b2730bc182d84ea97;p=thirdparty%2FChart.js.git Add a link to chartjs-plugin-colorschemes to extensions.md (#5813) --- diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md index 97f70e8fa..a08b6dc92 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.