add pie chart

This commit is contained in:
2025-03-26 11:18:36 +08:00
parent 1755b44a39
commit c0e5a9ccb2
3 changed files with 577 additions and 49 deletions

View File

@@ -25,12 +25,14 @@
"dependencies": {
"@clickhouse/client": "^1.11.0",
"@types/chart.js": "^2.9.41",
"@types/recharts": "^1.8.29",
"@types/uuid": "^10.0.0",
"chart.js": "^4.4.8",
"date-fns": "^4.1.0",
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.1",
"uuid": "^10.0.0"
},
"devDependencies": {