Skip to content

Commit 1afc0c7

Browse files
committed
Merge pull request #28 from sikrigagan/patch-1
Updated description
2 parents a144824 + 2d5f596 commit 1afc0c7

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

README.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
1-
angular-fusioncharts
2-
====================
1+
#AngularJS Charts Plugin
32

4-
Angular JS Bindings for FusionCharts
3+
Simple and effective AngularJS charts plugin for FusionCharts.
54

6-
### [Demos and Documentation](http://fusioncharts.github.io/angular-fusioncharts/)
5+
###Details
6+
Use this AngularJS charts plugin to add interactive charts to your web and mobile applications using just a single directive. Choose from 90+ charts & 900+ maps from FusionCharts' core [JavaScript charts](http://www.fusioncharts.com/) library.
7+
8+
You can access all the rich charting features like events, annotations, macros, themes, image-export etc. to make your visualizations stand-out.
9+
10+
###Demos
11+
To learn what you can do using this Angular charts plugin, explore some [live demos](http://www.fusioncharts.com/angularjs-charts/).
12+
13+
###Tutorial
14+
15+
Following tutorials will help you get started:
16+
17+
- Official blog post on using this plugin: [adding charts to your AngularJS app](http://www.fusioncharts.com/blog/2015/03/angular-fusioncharts/).
18+
- Tutorial by a user of this plugin: [Creating Interactive Charts in AngularJS](http://www.codediesel.com/javascript/creating-interactive-charts-in-angularjs/)
19+
20+
###Documentation
21+
To dive deeper, please view the [official documentation](http://www.fusioncharts.com/dev/using-with-javascript-libraries/angularjs/introduction.html).
22+
23+
24+
###Features
25+
26+
- Add a chart using just a single directive.
27+
- Auto-updates your chart object on modifying scope.
28+
- Angular-friendly events let you call controller functions directly from the chart.
29+
- Offers advanced control by giving you access to full FusionCharts object.
30+
- Has variety of ways to add a chart, from JSON URL to Scope Array Binding.
31+
- Plenty of examples and good documentation.

0 commit comments

Comments
 (0)