From: Ben McCann Date: Tue, 25 Apr 2017 02:21:47 +0000 (-0700) Subject: Add financial chart type to plugin docs X-Git-Tag: v2.6.0~2^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34292cb3350063eee3ca158b3e44388a591ecdd8;p=thirdparty%2FChart.js.git Add financial chart type to plugin docs --- diff --git a/docs/developers/plugins.md b/docs/developers/plugins.md index 9a1b1c2f9..467759f28 100644 --- a/docs/developers/plugins.md +++ b/docs/developers/plugins.md @@ -2,19 +2,6 @@ Plugins are the most efficient way to customize or change the default behavior of a chart. They have been introduced at [version 2.1.0](https://github.com/chartjs/Chart.js/releases/tag/2.1.0) (global plugins only) and extended at [version 2.5.0](https://github.com/chartjs/Chart.js/releases/tag/2.5.0) (per chart plugins and options). -## Popular Plugins - - - chartjs-plugin-annotation.js - Draw lines and boxes on chart area. - - chartjs-plugin-deferred.js - Defer initial chart update until chart scrolls into viewport. - - chartjs-plugin-draggable.js - Makes select chart elements draggable with the mouse. - - chartjs-plugin-stacked100.js - Draw 100% stacked bar chart. - - chartjs-plugin-zoom.js - Enable zooming and panning on charts. - - Chart.BarFunnel.js - Adds a bar funnel chart type. - - Chart.LinearGauge.js - Adds a linear gauge chart type. - - Chart.Smith.js - Adds a smith chart type. - -In addition, many plugins can be found on the [Chart.js GitHub organization](https://github.com/chartjs) or on the [npm registry](https://www.npmjs.com/search?q=chartjs-plugin-). - ## Using plugins Plugins can be shared between chart instances: diff --git a/docs/notes/extensions.md b/docs/notes/extensions.md index 5fef6fd9a..43991102e 100644 --- a/docs/notes/extensions.md +++ b/docs/notes/extensions.md @@ -1,26 +1,47 @@ # Popular Extensions -There are many extensions which are available for use with popular frameworks. Some particularly notable ones are listed here. +Many extensions can be found on the [Chart.js GitHub organization](https://github.com/chartjs) or on the [npm registry](https://www.npmjs.com/search?q=chartjs-). -## Angular +## Charts + + - chartjs-chart-financial - Adds financial chart types such as a candlestick. + - Chart.BarFunnel.js - Adds a bar funnel chart type. + - Chart.LinearGauge.js - Adds a linear gauge chart type. + - Chart.Smith.js - Adds a smith chart type. + +In addition, many charts can be found on the [npm registry](https://www.npmjs.com/search?q=chartjs-chart-). + +## Plugins + + - chartjs-plugin-annotation.js - Draw lines and boxes on chart area. + - chartjs-plugin-deferred.js - Defer initial chart update until chart scrolls into viewport. + - chartjs-plugin-draggable.js - Makes select chart elements draggable with the mouse. + - chartjs-plugin-stacked100.js - Draw 100% stacked bar chart. + - chartjs-plugin-zoom.js - Enable zooming and panning on charts. + +In addition, many plugins can be found on the [npm registry](https://www.npmjs.com/search?q=chartjs-plugin-). + +## Integrations + +### Angular - angular-chart.js - tc-angular-chartjs - angular-chartjs - Angular Chart-js Directive -## React +### React - react-chartjs2 - react-chartjs-2 -## Django +### Django - Django JChart - Django Chartjs -## Ruby on Rails +### Ruby on Rails - chartjs-ror -## Laravel +### Laravel - laravel-chartjs -#### Vue.js +### Vue.js - vue-chartjs