# Ember-easy-pie-chart [![Build Status](https://travis-ci.org/ahmadsoe/ember-easy-pie-chart.svg?branch=master)](https://travis-ci.org/ahmadsoe/ember-easy-pie-chart)

A pie chart component for [ember-cli](http://www.ember-cli.com/) using [easy-pie-chart](https://github.com/rendro/easy-pie-chart/).

## Installation

* `npm install --save-dev ember-easy-pie-chart`
* `ember g easy-pie-chart`

## Usage

```handlebars
{{easy-pie-chart dataPercent=70 percentText=70 barColor="#000" trackColor="#fff" ... }}
```
Check the options section on [easy-pie-chart](https://github.com/rendro/easy-pie-chart#options) 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/](http://www.ember-cli.com/).

## Credits

This add-on is based on [easy-pie-chart](https://github.com/rendro/easy-pie-chart "Easy Pie Chart")
