1.0.3 • Published 2 years ago

react-small-donut-chart v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-small-donut-chart

A small SVG React component to generate a Donut Chart!

How it looks

npm.io

Install

npm install react-small-donut-chart

Usage

import DonutChart from 'react-small-donut-chart';
<DonutChart
  strokeWidth={50}
  colors={['yellow', 'red', 'blue', 'white', 'grey']}
  values={[32, 56, 24, 40, 32]}
  radius={150}/>
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago