]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add a link to chartjs-plugin-streaming to extensions.md (#5309)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Sat, 3 Mar 2018 01:13:41 +0000 (09:13 +0800)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sat, 3 Mar 2018 01:13:41 +0000 (20:13 -0500)
docs/notes/extensions.md

index fe2c337f156361793545855e7662ee5cf7c294b0..ae141d96e92f5b180654894bcff3532f4d5f9631 100644 (file)
@@ -18,6 +18,7 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co
  - <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/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/everestate/chartjs-plugin-waterfall" target="_blank">chartjs-plugin-waterfall</a> - Enables easy use of waterfall charts.
  - <a href="https://github.com/chartjs/chartjs-plugin-zoom" target="_blank">chartjs-plugin-zoom</a> - Enables zooming and panning on charts.