]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add crosshair plugin to extensions page (#6070)
authorAbel Heinsbroek <mail@abelheinsbroek.nl>
Mon, 18 Feb 2019 09:09:37 +0000 (10:09 +0100)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 18 Feb 2019 09:09:37 +0000 (10:09 +0100)
docs/notes/extensions.md

index f8f53f3d5647d1b17c95857efb3a6e3cbc9ee7f3..af0534bb4c072a6acdf6393f11d042eabd4fe6e3 100644 (file)
@@ -15,6 +15,7 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co
 
  - <a href="https://github.com/chartjs/chartjs-plugin-annotation" target="_blank">chartjs-plugin-annotation</a> - Draws lines and boxes on chart area.
  - <a href="https://github.com/nagix/chartjs-plugin-colorschemes" target="_blank">chartjs-plugin-colorschemes</a> - Enables automatic coloring using predefined color schemes.
+ - <a href="https://github.com/abelheinsbroek/chartjs-plugin-crosshair" target="_blank">chartjs-plugin-crosshair</a> - Adds a data crosshair to line and scatter charts
  - <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.