fix: 修复Detection模块下的echarts报警问题
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user