Skip to content

Commit a3eeace

Browse files
author
Suvradip Saha
authored
Merge pull request #51 from fusioncharts/feature/fix-sticking-of-elements-when-chart-updates
Feature/fix sticking of elements when chart updates
2 parents 2ea9711 + 5790f0f commit a3eeace

File tree

6 files changed

+60
-56
lines changed

6 files changed

+60
-56
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ node_modules
2727
# Users Environment Variables
2828
.lock-wscript
2929

30-
.DS_Store
30+
.DS_Store
31+
package-lock.json

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
#AngularJS Charts Plugin
1+
# AngularJS Charts Plugin
22

33
Simple and effective AngularJS charts plugin for FusionCharts.
44

5-
###Details
5+
### Details
66
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.
77

88
You can access all the rich charting features like events, annotations, macros, themes, image-export etc. to make your visualizations stand-out.
99

10-
###Demos
10+
### Demos
1111
To learn what you can do using this Angular charts plugin, explore some [live demos](http://www.fusioncharts.com/angularjs-charts/).
1212

13-
###Tutorial
13+
### Tutorial
1414

1515
Following tutorials will help you get started:
1616

1717
- Official blog post on using this plugin: [adding charts to your AngularJS app](http://www.fusioncharts.com/blog/2015/03/angular-fusioncharts/).
1818
- Tutorial by a user of this plugin: [How to Build Charts in Angular](https://davidwalsh.name/angular-charts)
1919

20-
###Documentation
20+
### Documentation
2121
To dive deeper, please view the [official documentation](http://www.fusioncharts.com/dev/using-with-javascript-libraries/angularjs/introduction.html).
2222

2323

24-
###Features
24+
### Features
2525

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.
3131
- Plenty of examples and good documentation.

0 commit comments

Comments
 (0)