itamarwe / angular-chartist

Chartist directive for Angular.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-chartist

Chartist directive for Angular.js

Installation

bower install angular-chartist

Usage

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>

About

Chartist directive for Angular.js

License:MIT License