]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add a link to chartjs-plugin-colorschemes to extensions.md (#5813)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Mon, 5 Nov 2018 17:56:29 +0000 (01:56 +0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 5 Nov 2018 17:56:29 +0000 (18:56 +0100)
docs/notes/extensions.md

index 97f70e8fadd8914aa5eed1b1fbd01890a81b9631..a08b6dc92d0ccfd2201c65d8afe83026c027ead3 100644 (file)
@@ -14,6 +14,7 @@ In addition, many charts can be found on the [npm registry](https://www.npmjs.co
 ## Plugins
 
  - <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/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.