DaveeFTW / angular-chartjs-directive

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Chart-js Directive

Homepage

Modifications

directive will now fit its container

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


Languages

Language:HTML 81.7%Language:JavaScript 18.3%