From 7d48daca0c846fb9895f5207b90189d56cb6e590 Mon Sep 17 00:00:00 2001 From: duxingchen Date: Fri, 14 Aug 2026 11:46:44 +0800 Subject: [PATCH] =?UTF-8?q?style(analytics):=20=E9=9A=90=E5=8E=BB=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E7=94=9F=E5=91=BD=E5=91=A8=E6=9C=9F=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=BD=B4=E4=B8=BB=E5=B9=B2=E8=83=8C=E6=99=AF=EF=BC=8C=E4=BB=85?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E6=9F=B1=E9=A1=B6=E6=80=BB=E8=AE=A1=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 主干 series 的 itemStyle.color 改为 transparent,去掉灰色填充与描边 - 保留 label 的 {title|总计}\n{value|...} 文本,让总时长优雅悬浮在时间轴顶端 --- frontend/src/pages/admin/AnalyticsDashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/admin/AnalyticsDashboard.tsx b/frontend/src/pages/admin/AnalyticsDashboard.tsx index 7b13b84..8258c1a 100644 --- a/frontend/src/pages/admin/AnalyticsDashboard.tsx +++ b/frontend/src/pages/admin/AnalyticsDashboard.tsx @@ -403,7 +403,7 @@ export default function AnalyticsDashboard() { type: "bar" as const, barMaxWidth: 32, z: 1, - itemStyle: { color: "#E5E7EB", borderColor: "#9CA3AF", borderWidth: 1, borderRadius: [4, 4, 0, 0] }, + itemStyle: { color: "transparent" }, label: { show: true, position: "top",