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
- Host: GitHub
- URL: https://github.com/muhammadibrahim-dev/donutchart
- Owner: MuhammadIbrahim-dev
- Created: 2025-01-02T12:34:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T16:06:16.000Z (6 months ago)
- Last Synced: 2025-01-13T17:36:19.926Z (6 months ago)
- Topics: chartjs, charts, donut-chart, donuts, graph, react, reactjsj
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);