hjemmel / ng-highcharts

Angular Directive for Highcharts

Home Page:http://bielversallini.github.io/ng-highcharts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-highcharts Build Status

Angular directive for Highcharts

WORK IN PROGRESS!

How to use

1) Adding the library:

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

2) Injecting in your app:

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

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

<highchart type="column" data="arr"
           title="Movie Audience Measurement"
           subtitle="Source: PirateBay"
           y-title="Quantitative (MM)"
           y-Field="value"
           display-name="name"
           category-field="period">
</highchart>

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

4) See!

image

License

MIT License © Gabriel Barbosa

About

Angular Directive for Highcharts

http://bielversallini.github.io/ng-highcharts/


Languages

Language:JavaScript 85.5%Language:HTML 14.5%