0.0.3 • Published 11 years ago
ember-easy-pie-chart v0.0.3
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 git@github.com: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