fix:修改 legend 显示的问题 以及 map显示的问题

This commit is contained in:
zhangyu
2021-12-17 11:18:49 +08:00
parent a47a1dd1c4
commit f8fa76e078
6 changed files with 108 additions and 34 deletions

View File

@@ -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