]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add a link to chartjs-plugin-rough to extensions.md (#6081)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Wed, 20 Feb 2019 15:13:41 +0000 (23:13 +0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Wed, 20 Feb 2019 15:13:41 +0000 (16:13 +0100)
docs/notes/extensions.md

index af0534bb4c072a6acdf6393f11d042eabd4fe6e3..d526ff0c4fdfb360f0da59084a9de813b416d651 100644 (file)
@@ -19,6 +19,7 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co
  - <a href="https://github.com/chartjs/chartjs-plugin-datalabels" target="_blank">chartjs-plugin-datalabels</a> - Displays labels on data for any type of charts.
  - <a href="https://github.com/chartjs/chartjs-plugin-deferred" target="_blank">chartjs-plugin-deferred</a> - Defers initial chart update until chart scrolls into viewport.
  - <a href="https://github.com/compwright/chartjs-plugin-draggable" target="_blank">chartjs-plugin-draggable</a> - Makes select chart elements draggable with the mouse.
+ - <a href="https://github.com/nagix/chartjs-plugin-rough" target="_blank">chartjs-plugin-rough</a> - Draws charts in a sketchy, hand-drawn-like style.
  - <a href="https://github.com/y-takey/chartjs-plugin-stacked100" target="_blank">chartjs-plugin-stacked100</a> - Draws 100% stacked bar chart.
  - <a href="https://github.com/nagix/chartjs-plugin-streaming" target="_blank">chartjs-plugin-streaming</a> - Enables to create live streaming charts.
  - <a href="https://github.com/nagix/chartjs-plugin-style" target="_blank">chartjs-plugin-style</a> - Provides more styling options.