| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Chartist directive for Angular.js
bower install angular-chartist
var myApp = angular.module('myApp', ['angular-chartist']);
In your HTML:
<chartist data="<your data>" options="<your options>" responsive-options="<your responsive options>"> ng-id="{{dynamicId}}" type="{set your type: line, bar, pie}"</chartist>
| Back | FazBrowse Home | New Git URL |