修改测试bug
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user