项目作者: bielversallini

项目描述 :
Angular Directive for Highcharts
高级语言: JavaScript
项目地址: git://github.com/bielversallini/ng-highcharts.git
创建时间: 2014-04-11T00:56:26Z
项目社区:https://github.com/bielversallini/ng-highcharts

开源协议:

下载


ng-highcharts Build Status

Greenkeeper badge
Angular directive for Highcharts

WORK IN PROGRESS!

How to use

1) Adding the library:

  1. <script src="ng-highcharts.min.js"></script>

2) Injecting in your app:

  1. angular.module('myApp',['ngHighcharts'])

3) Now! Use the tag < highchart > anywhere:

  1. <highchart type="column" data="arr"
  2. title="Movie Audience Measurement"
  3. subtitle="Source: PirateBay"
  4. y-title="Quantitative (MM)"
  5. y-Field="value"
  6. display-name="name"
  7. category-field="period">
  8. </highchart>

Only types column, bar, line, area and scatter are available.

4) See!

image

License

MIT License © Gabriel Barbosa