修改 模块运行状态页面添加数据展示

This commit is contained in:
guanj
2025-07-09 16:48:18 +08:00
parent e1851f7ebb
commit 7ab8e4ed9c
9 changed files with 404 additions and 96 deletions

View File

@@ -103,7 +103,7 @@ const initChart = () => {
type: 'inside',
height: 13,
start: 0,
bottom: '20px',
end: 100
},
@@ -130,7 +130,7 @@ const initChart = () => {
handlerBar(options)
// 处理柱状图
chart.setOption(options, true)
chart.group = 'group'
setTimeout(() => {
chart.resize()
}, 0)