# react-circle-chart

Simple and customizable react circle (donut) chart component 



## Installation


```bash
npm i react-circle-chart  OR  yarn add react-circle-chart
```

## Example

![ezgif com-gif-maker](https://user-images.githubusercontent.com/74679468/154914903-a1303aef-0b15-4f15-b850-90ce43781c54.gif)

## Usage

```typescript
import {DonutChart} from 'react-circle-chart'
 
// use the Donut Chart in your react application

<DonutChart (...args) />

```

## Docs
To view the docs and a rendered working example of this Component -- click [here](https://blakesenn.github.io/react-circle-chart)


**Currently this package only exports one component -- Donut Chart**  
**Additional circle charts and customizable options shall be added in future versions of this package** 

## Contributing
Pull requests are welcome.
