An open API service indexing awesome lists of open source software.

https://github.com/muhammadibrahim-dev/donutchart

Donut Chart
https://github.com/muhammadibrahim-dev/donutchart

chartjs charts donut-chart donuts graph react reactjsj

Last synced: 4 months ago
JSON representation

Donut Chart

Awesome Lists containing this project

README

        

# Donut Charts
install:
```npm install --save chart.js react-chartjs-2```
## import and use individual components:
```import { Chart as ChartJS, ArcElement, Tooltip, Legend } from "chart.js";
import { Doughnut } from "react-chartjs-2";

ChartJS.register(ArcElement, Tooltip, Legend);