Skip to content
/ ngecharts Public

Light weight angular.js directive for ECharts

Notifications You must be signed in to change notification settings

gudh/ngecharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

GG
G
and
G
May 12, 2016
b26b909 · May 12, 2016

History

5 Commits
Jan 9, 2016
Jan 9, 2016
May 12, 2016
May 12, 2016
Jan 9, 2016

Repository files navigation

About

ngECharts - A simple AngularJS directive for beautiful responsive ECharts

Requirement:

  • AngularJS 1.x
  • ECharts 2.x & 3.x

Why ECharts?

It's one of the most powerful and beautiful charts on the Internet ( See examples ).

More importantly, it's FREE! Both personal projects and commercial ones.

Demo

Get started

Install with Bower

$ bower install ngecharts --save

Usage

Add Angular, ECharts and ngECharts to your page

<script src="bower_components/angular/angular.min.js"></script>
<script src="bower_components/echarts/build/dist/echarts-all.js"></script>
<script src="bower_components/ngecharts/dist/ngecharts.min.js"></script>

Add 'ngecharts' module to your Angular app

var app = angular.module('app', ['ngecharts']);

That's it! Now you can start creating beautiful charts :)

License

MIT

About

Light weight angular.js directive for ECharts

Resources

Stars

Watchers

Forks

Packages

No packages published