fix: 修复Detection模块下的echarts报警问题

This commit is contained in:
刘洪洪
2022-12-14 14:43:38 +08:00
parent 3e387162a5
commit 9862bf52a8
7 changed files with 56 additions and 54 deletions

View File

@@ -136,10 +136,8 @@ export default {
type: 'line',
legendHoverLink: false,
itemStyle: {
normal: {
lineStyle: {
width: 1
}
lineStyle: {
width: 1
}
},
color: '#69b072',
@@ -158,10 +156,8 @@ export default {
type: 'line',
legendHoverLink: false,
itemStyle: {
normal: {
lineStyle: {
width: 1
}
lineStyle: {
width: 1
}
},
color: '#7899c6',
@@ -469,10 +465,8 @@ export default {
type: 'line',
legendHoverLink: false,
itemStyle: {
normal: {
lineStyle: {
width: 1
}
lineStyle: {
width: 1
}
},
color: '#69b072',

View File

@@ -223,10 +223,8 @@ export default {
type: 'line',
legendHoverLink: false,
itemStyle: {
normal: {
lineStyle: {
width: 1
}
lineStyle: {
width: 1
}
},
color: '#69b072',
@@ -240,10 +238,8 @@ export default {
type: 'line',
legendHoverLink: false,
itemStyle: {
normal: {
lineStyle: {
width: 1
}
lineStyle: {
width: 1
}
},
color: '#7899c6',