chore: update recharts dependency and refactor chart components
Some checks failed
Frontend CI / lint (push) Failing after 21s
Frontend CI / build (push) Has been skipped

- Updated recharts version from 3.2.1 to 2.15.4 in package.json.
- Removed unused imports and types in GlobalSearch component.
- Adjusted spacing in CardHeader component.
- Refactored ChartTooltipContent and ChartLegendContent components to filter out items with type 'none' and improve readability.
This commit is contained in:
JSC
2025-10-04 14:50:40 +02:00
parent 7d94e29dcb
commit cbd4b93fd4
5 changed files with 115 additions and 112 deletions

View File

@@ -42,7 +42,7 @@
"react-day-picker": "^9.11.0",
"react-dom": "^19.2.0",
"react-router": "^7.9.3",
"recharts": "3.2.1",
"recharts": "2.15.4",
"socket.io-client": "^4.8.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",