Package Exports
- react-circle-chart
- react-circle-chart/dist/index.es.js
- react-circle-chart/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-circle-chart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-circle-chart
Simple and customizable react circle (donut) chart component
Installation
npm i react-circle-chart OR yarn add react-circle-chart
Example
Usage
import {DonutChart} from 'react-circle-chart'
// use the Donut Chart in your react application
<DonutChart (...args) />
Docs
To view the docs and a rendered working example of this Component -- click here
Currently this package only exports one component -- Donut Chart
Additional circle charts and customizable options shall be added in future versions of this package
Contributing
Pull requests are welcome.