优化数据看板

This commit is contained in:
GoEdgeLab
2023-10-30 16:44:01 +08:00
parent f934195f19
commit 71f8dde2ad
14 changed files with 136 additions and 22 deletions

View File

@@ -188,7 +188,7 @@ Vue.component("metric-chart", {
color: teaweb.DefaultChartColor
},
areaStyle: {},
barWidth: "20em"
barWidth: "10em"
}
]
})
@@ -346,7 +346,7 @@ Vue.component("metric-chart", {
color: teaweb.DefaultChartColor
},
areaStyle: {},
barWidth: "20em"
barWidth: "10em"
}
]
})