ember-easy-pie-chart

0.0.3 • Public • Published

Ember-easy-pie-chart Build Status

A pie chart component for ember-cli using easy-pie-chart.

Installation

  • npm install --save-dev ember-easy-pie-chart
  • ember 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.git
  • npm install
  • bower install
  • ember test
  • ember 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

Package Sidebar

Install

npm i ember-easy-pie-chart

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • ahmadsoe