react-animated-donut
v0.4.0
Published
Animated Donut Chart using react & d3
Downloads
302
Readme
react-animated-donut
Animated Donut Chart using react & d3
Usage
<Donut
data={[
{ value: 50, color: '#ED696C' },
{ value: 10, color: '#f0e387' },
{ value: 30, color: '#d6d6d6' },
{ value: 70, color: '#43b4a1' }
]}
speed={5}
width={5}
/>