From 9d1f03fcadf17c99cf41f456911deefd73421728 Mon Sep 17 00:00:00 2001 From: Akihiko Kusanagi Date: Sat, 14 Jul 2018 15:51:50 +0800 Subject: [PATCH] Add a link to chartjs-plugin-style to extensions.md (#5638) --- docs/notes/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md index ae141d96e92..2dc246c5377 100644 --- a/docs/notes/extensions.md +++ b/docs/notes/extensions.md @@ -19,6 +19,7 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co - chartjs-plugin-draggable - Makes select chart elements draggable with the mouse. - chartjs-plugin-stacked100 - Draws 100% stacked bar chart. - chartjs-plugin-streaming - Enables to create live streaming charts. + - chartjs-plugin-style - Provides more styling options. - chartjs-plugin-waterfall - Enables easy use of waterfall charts. - chartjs-plugin-zoom - Enables zooming and panning on charts.