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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.0
    4
  • 0.3.0
    0
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i react-animated-donut

Weekly Downloads

2

Version

0.4.0

License

MIT

Last publish

Collaborators

  • rollacaster