1.0.3 • Published 1 year ago

react-small-donut-chart v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago