|
1 |
| -#AngularJS Charts Plugin |
| 1 | +# AngularJS Charts Plugin |
2 | 2 |
|
3 | 3 | Simple and effective AngularJS charts plugin for FusionCharts.
|
4 | 4 |
|
5 |
| -###Details |
| 5 | +### Details |
6 | 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 | 7 |
|
8 | 8 | You can access all the rich charting features like events, annotations, macros, themes, image-export etc. to make your visualizations stand-out.
|
9 | 9 |
|
10 |
| -###Demos |
| 10 | +### Demos |
11 | 11 | To learn what you can do using this Angular charts plugin, explore some [live demos](http://www.fusioncharts.com/angularjs-charts/).
|
12 | 12 |
|
13 |
| -###Tutorial |
| 13 | +### Tutorial |
14 | 14 |
|
15 | 15 | Following tutorials will help you get started:
|
16 | 16 |
|
17 | 17 | - Official blog post on using this plugin: [adding charts to your AngularJS app](http://www.fusioncharts.com/blog/2015/03/angular-fusioncharts/).
|
18 | 18 | - Tutorial by a user of this plugin: [How to Build Charts in Angular](https://davidwalsh.name/angular-charts)
|
19 | 19 |
|
20 |
| -###Documentation |
| 20 | +### Documentation |
21 | 21 | To dive deeper, please view the [official documentation](http://www.fusioncharts.com/dev/using-with-javascript-libraries/angularjs/introduction.html).
|
22 | 22 |
|
23 | 23 |
|
24 |
| -###Features |
| 24 | +### Features |
25 | 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. |
| 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 | 31 | - Plenty of examples and good documentation.
|
0 commit comments