All Projects → gruberb → chartistAngularDirective

gruberb / chartistAngularDirective

Licence: other
A directive to easily integrate chartist graphs into your AngularJS application

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to chartistAngularDirective

Chartist Js
Simple responsive charts
Stars: ✭ 12,731 (+79468.75%)
Mutual labels:  chartist

chartistAngularDirective Build Status npm installs Code Climate

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

Install

bower install chartist-directive --save

HowTo

Insert the directive in your HTML file:

<div ng-chartist id='graph_id' class="ct-chart" data='data' options='{{options}}' type='{{chartType}}' tooltips='true'></div>

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].