Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README - update the brief description about it #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
#AngularJS Charts Plugin
# AngularJS Charts Plugin

Simple and effective AngularJS charts plugin for FusionCharts.

###Details
Details

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @renatobenks, I think prepending triple hash to it was more like to make it a header H3( reference). The only point missing was a space. Orelse things might look fine.

Lemme know your thoughts on this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AyanGhatak it was used the H2 as --- separator instead.

---

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.

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

###Demos
Demos
---

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

###Tutorial
Tutorial
---

Following tutorials will help you get started:

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

###Documentation
Documentation
---

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


###Features
Features
---

- Add a chart using just a single directive.
- Auto-updates your chart object on modifying scope.
Expand Down