fix:修改 legend 显示的问题 以及 map显示的问题
This commit is contained in:
@@ -770,8 +770,8 @@ export default {
|
||||
thresholds: [],
|
||||
enable: {
|
||||
legend: true,
|
||||
valueMapping: true,
|
||||
thresholds: true
|
||||
valueMapping: false,
|
||||
thresholds: false
|
||||
},
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
@@ -793,8 +793,8 @@ export default {
|
||||
valueMapping: [],
|
||||
enable: {
|
||||
legend: true,
|
||||
valueMapping: true,
|
||||
thresholds: true
|
||||
valueMapping: false,
|
||||
thresholds: false
|
||||
}
|
||||
}
|
||||
break
|
||||
@@ -811,8 +811,8 @@ export default {
|
||||
valueMapping: [],
|
||||
enable: {
|
||||
legend: true,
|
||||
valueMapping: true,
|
||||
thresholds: true
|
||||
valueMapping: false,
|
||||
thresholds: false
|
||||
}
|
||||
}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user