Simple React donut chart component with flexible options.
npm install react-circle-chartSimple and customizable react circle (donut) chart component
``bash`
npm i react-circle-chart OR yarn add react-circle-chart
`typescript
import {DonutChart} from 'react-circle-chart'
// use the Donut Chart in your react application
``
Currently this package only exports one component -- Donut Chart
Additional circle charts and customizable options shall be added in future versions of this package