style(analytics): 隐去设备生命周期时间轴主干背景,仅保留柱顶总计标签
- 主干 series 的 itemStyle.color 改为 transparent,去掉灰色填充与描边
- 保留 label 的 {title|总计}\n{value|...} 文本,让总时长优雅悬浮在时间轴顶端
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user