/angular-highcharts

Angular Highcharts - Easy Highcharts for your AngularJS app!

Primary LanguageJavaScript

angular-highcharts-chart-directive Build Status

Angular Highcharts - Easy Highcharts for your AngularJS app!

##How to use

###Install To install the files with bower, simply call

$ bower install angular-highcharts

Or you can simply copy the file you want to include from the dist folder.

###Reference in AngularJS

Reference the module by including it into the injection array of your app:

angular.module('myApp', ['frapontillo.highcharts']);

##Test and build

$ npm install grunt-cli bower -g
$ npm install
$ bower install
$ grunt test
$ grunt build