修改测试bug

This commit is contained in:
GGJ
2024-12-23 11:30:28 +08:00
parent b10854971d
commit 90efcc4ad2
20 changed files with 209 additions and 54 deletions

View File

@@ -1049,6 +1049,7 @@ export default {
},
},
splitLine: {
show: false,
lineStyle: {
// 使用深浅的间隔色
color: [_this.DColor ? "#fff" : echartsColor.thread],
@@ -1465,7 +1466,7 @@ export default {
//minInterval: 1,
type: "value",
axisLine: {
show: true,
show: false,
lineStyle: {
color: _this.DColor ? "#fff" : echartsColor.thread,
},
@@ -1479,6 +1480,7 @@ export default {
},
},
splitLine: {
show: false,
lineStyle: {
// 使用深浅的间隔色
color: [_this.DColor ? "#fff" : echartsColor.thread],