ember-easy-pie-chart

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

Usage no npm install needed!

<script type="module">
  import emberEasyPieChart from 'https://cdn.skypack.dev/ember-easy-pie-chart';
</script>

README

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