Skip to content

earlonrails/angular-chartjs-directive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Chart-js Directive

Homepage

Usage

  1. Include chartjs via script tag, can use bower or download min
  2. Include chartjs-directive.js.
  3. Add chartjs-directive as a dependency to your app.
  4. Make <chart>s.

Bower

Installable via bower:

bower install angular-chartjs-directive

Example

See the homepage for an example.

<div ng-app="chartjs-directive">
  <chart value="myChart"></chart>
</div>

License

MIT

About

An Angular Js Directive which allows to simplify the use of Chartjs charts

Resources

Stars

Watchers

Forks

Packages

No packages published