From 69885e060b0fdd4b88e9bf5e52ab9bae468504b7 Mon Sep 17 00:00:00 2001 From: Prashant Baisla Date: Fri, 5 Aug 2016 17:04:57 +0530 Subject: [PATCH 1/2] Add page for popular extensions --- docs/11-Popular-Extensions.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/11-Popular-Extensions.md diff --git a/docs/11-Popular-Extensions.md b/docs/11-Popular-Extensions.md new file mode 100644 index 00000000000..bafcfa20402 --- /dev/null +++ b/docs/11-Popular-Extensions.md @@ -0,0 +1,28 @@ +--- +title: Popular extensions +anchor: popular-extensions +--- + +There are many Chart.js extensions available for use with popular frameworks. Some of them are listed here. + +### Angular + +- [tc-angular-chartjs](https://github.com/carlcraig/tc-angular-chartjs) +- [angular-chartjs](https://github.com/petermelias/angular-chartjs) +- [Angular Chart-js Directive](https://github.com/earlonrails/angular-chartjs-directive) + +### React + +- [react-chartjs](https://github.com/jhudson8/react-chartjs/tree/chartjs-v2) + +### Django + +- [Django Chartjs](https://github.com/novafloss/django-chartjs) + +### Ruby on Rails + +- [chartjs-ror](https://github.com/airblade/chartjs-ror) + +### Laravel + +- [laravel-chartjs](https://github.com/fxcosta/laravel-chartjs) From 2f91760f53eb10676d6b330f81eb6190b2e28574 Mon Sep 17 00:00:00 2001 From: Prashant Baisla Date: Mon, 8 Aug 2016 18:35:31 +0530 Subject: [PATCH 2/2] Add more extensions to docs --- docs/11-Popular-Extensions.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/11-Popular-Extensions.md b/docs/11-Popular-Extensions.md index bafcfa20402..3a21c02b266 100644 --- a/docs/11-Popular-Extensions.md +++ b/docs/11-Popular-Extensions.md @@ -26,3 +26,12 @@ There are many Chart.js extensions available for use with popular frameworks. So ### Laravel - [laravel-chartjs](https://github.com/fxcosta/laravel-chartjs) + +### Others + +- [Chart.Annotation.js](https://github.com/chartjs/Chart.Annotation.js) +- [Chart.BarFunnel.js](https://github.com/chartjs/Chart.BarFunnel.js) +- [Chart.Deferred.js](https://github.com/chartjs/Chart.Deferred.js) +- [Chart.LinearGauge.js](https://github.com/chartjs/Chart.LinearGauge.js) +- [Chart.smith.js](https://github.com/chartjs/Chart.smith.js) +- [Chart.Zoom.js](https://github.com/chartjs/Chart.Zoom.js)