feat: add TaskStatusChart component and integrate it into the home page

- Added recharts library to package.json for charting capabilities.
- Created TaskStatusChart component to visualize task statuses with a pie chart.
- Replaced the previous task status display with the new TaskStatusChart in the home page.
This commit is contained in:
Chop
2025-06-19 23:51:45 +02:00
parent ab0721881a
commit 27c5feb6dc
4 changed files with 702 additions and 49 deletions

View File

@@ -20,7 +20,8 @@
"next": "15.1.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0"
"react-leaflet": "^5.0.0",
"recharts": "^2.15.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",