Angular directive for Highcharts
WORK IN PROGRESS!
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!
MIT License © Gabriel Barbosa