1.0.0 • Published 8 years ago

angular-chartjs-directive v1.0.0

Weekly downloads
17
License
ISC
Repository
github
Last release
8 years ago

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