1.1.0 ā€¢ Published 4 years ago

react-svg-circle-chart v1.1.0

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

A simple React SVG Circle Chart

Demo

Install

yarn add react-svg-circle-chart

Usage

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} />

Demo

cd demo && yarn && yarn start

Run tests

yarn test

Author

šŸ‘¤ Jonathan Irwin

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2019 Jonathan Irwin. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago