react-animated-donut

0.4.0 • Public • Published

react-animated-donut

Animated Donut Chart using react & d3

img

Usage

<Donut
  data={[
    { value: 50, color: '#ED696C' },
    { value: 10, color: '#f0e387' },
    { value: 30, color: '#d6d6d6' },
    { value: 70, color: '#43b4a1' }
  ]}
  speed={5}
  width={5}
/>

Dependents (0)

Package Sidebar

Install

npm i react-animated-donut

Weekly Downloads

1

Version

0.4.0

License

MIT

Last publish

Collaborators

  • rollacaster