Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 785 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 785 Bytes

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