react-chart-donut
v1.0.4
Published
This package will help you to install and work with stand-alone donut chart which is made in React.
Downloads
12
Maintainers
Readme
React donut chart
This package will help you to install and work with stand-alone donut chart which is made in React.
How to use
npm i react-chart-donut
Usage
import SVGDonut from 'react-chart-donut';
<SVGDonut data={[{
color: '#673AB7',
value: 20
}, {
color: '#4CAF50',
value: 30
}, {
color: '#FF9800',
value: 50
}]} />