A simple React SVG Circle Chart
yarn add react-svg-circle-chart
import { CircleChart } from 'react-svg-circle-chart'
const values = [
{ angle: 45, color: '#47B881' },
{ angle: 50, color: '#EC4C47' },
{ angle: 73, color: '#E2E449' }
]
<CircleChart values={values} size={220} radius={90} />
open demo/index.html in your browser
yarn test
👤 Jonathan Irwin
- Website: https://medium.com/@jonoirwin
- Twitter: @jonoirwin
- Github: @jonoirwinrsa
- LinkedIn: @jono-irwin
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2019 Jonathan Irwin.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator