From: Akihiko Kusanagi Date: Sat, 3 Mar 2018 01:13:41 +0000 (+0800) Subject: Add a link to chartjs-plugin-streaming to extensions.md (#5309) X-Git-Tag: v2.7.3~1^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7025fedbec8fbb2d77c8c52a3c566270d5ca4d9;p=thirdparty%2FChart.js.git Add a link to chartjs-plugin-streaming to extensions.md (#5309) --- diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md index fe2c337f1..ae141d96e 100644 --- a/docs/notes/extensions.md +++ b/docs/notes/extensions.md @@ -18,6 +18,7 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co - 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-stacked100 - Draws 100% stacked bar chart. + - chartjs-plugin-streaming - Enables to create live streaming charts. - chartjs-plugin-waterfall - Enables easy use of waterfall charts. - chartjs-plugin-zoom - Enables zooming and panning on charts.