From: Akihiko Kusanagi Date: Wed, 20 Feb 2019 15:13:41 +0000 (+0800) Subject: Add a link to chartjs-plugin-rough to extensions.md (#6081) X-Git-Tag: v2.8.0-rc.1~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20c26455ba9d3861f0c19b6d8906070168c6d4b9;p=thirdparty%2FChart.js.git Add a link to chartjs-plugin-rough to extensions.md (#6081) --- diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md index af0534bb4..d526ff0c4 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-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. + - chartjs-plugin-rough - Draws charts in a sketchy, hand-drawn-like style. - chartjs-plugin-stacked100 - Draws 100% stacked bar chart. - chartjs-plugin-streaming - Enables to create live streaming charts. - chartjs-plugin-style - Provides more styling options.