Web端添加治理模块状态展示界面、模块事件展示、主动询问模块状态功能

This commit is contained in:
guanj
2025-07-08 08:44:13 +08:00
parent 4cde4e367e
commit 7fabcb7f0f
9 changed files with 859 additions and 406 deletions

View File

@@ -51,13 +51,7 @@ const initChart = () => {
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow',
label: {
color: '#fff',
fontSize: 16
}
},
textStyle: {
color: '#fff',
fontStyle: 'normal',
@@ -66,7 +60,7 @@ const initChart = () => {
},
backgroundColor: 'rgba(0,0,0,0.55)',
borderWidth: 0,
confine: true,
// confine: true,
...(props.options?.tooltip || null)
},
toolbox: {
@@ -109,6 +103,7 @@ const initChart = () => {
type: 'inside',
height: 13,
start: 0,
bottom: '20px',
end: 100
},
@@ -117,7 +112,7 @@ const initChart = () => {
height: 13,
bottom: '20px',
end: 100
},
}
// {
// show: true,
// yAxisIndex: 0,