- Include
chartjs-directive.js
. - Add
chartjs-directive
as a dependency to your app. - Make
<chart>
s.
Installable via bower
:
bower install angular-chartjs-directive
See the homepage for an example.
<div ng-app="chartjs-directive">
<chart value="myChart"></chart>
</div>
MIT