图形监控优化、业务95值计算和交换机收益管理模块开发

This commit is contained in:
康冉冉
2025-10-29 18:21:41 +08:00
parent 1aa53d7d90
commit 9cc43a8700
20 changed files with 1010 additions and 208 deletions

View File

@@ -76,7 +76,11 @@
series.push({
name: item && item.name || '',
type: 'line',
stack: 'Total',
// showSymbol: false,
symbol: 'circle',
areaStyle: {
opacity: 0.6
},
data: item && item.data || []
});
});