ember-easy-pie-chart
v0.0.3
Published
A pie chart component for [ember-cli](http://www.ember-cli.com/) using [easy-pie-chart](https://github.com/rendro/easy-pie-chart/).
Maintainers
Readme
Ember-easy-pie-chart 
A pie chart component for ember-cli using easy-pie-chart.
Installation
npm install --save-dev ember-easy-pie-chartember g easy-pie-chart
Usage
{{easy-pie-chart dataPercent=70 percentText=70 barColor="#000" trackColor="#fff" ... }}Check the options section on easy-pie-chart for complete options.
Running Tests
git clone [email protected]:ahmadsoe/ember-easy-pie-chart.gitnpm installbower installember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
Credits
This add-on is based on easy-pie-chart
