https://github.com/gruberb/chartistangulardirective
A directive to easily integrate chartist graphs into your AngularJS application
https://github.com/gruberb/chartistangulardirective
angular chartist javascript
Last synced: about 1 year ago
JSON representation
A directive to easily integrate chartist graphs into your AngularJS application
- Host: GitHub
- URL: https://github.com/gruberb/chartistangulardirective
- Owner: gruberb
- Created: 2015-04-14T10:36:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T10:10:54.000Z (over 10 years ago)
- Last Synced: 2025-04-13T22:14:00.258Z (about 1 year ago)
- Topics: angular, chartist, javascript
- Language: JavaScript
- Size: 16.6 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chartistAngularDirective [](https://travis-ci.org/gruberb/chartistAngularDirective) [](https://github.com/gruberb/chartistAngularDirective) [](https://codeclimate.com/github/gruberb/chartistAngularDirective)
A directive to easily integrate chartist graphs into your AngularJS application.
Chartist is a open source graph framework and has to be added to your app as well.[The API and examples can be found here](http://gionkunz.github.io/chartist-js/)
## Install
```
bower install chartist-directive --save
```
## HowTo
Insert the directive in your HTML file:
```html
```
## Parameter
- id: set manually
- class: set ct-chart to get the chartist CSS
- data: set inside controller via $scope.data
- options: set via $scope.options inside the controller
- type: set via $scope.type inside controller
- tooltips: Set a parameter, which one doesn't matter.