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

@@ -205,8 +205,8 @@ export default {
legend: { placement: 'bottom', values: [], show: true },
enable: {
legend: true,
valueMapping: true,
thresholds: true
valueMapping: false,
thresholds: false
},
thresholdShow: true,
thresholds: [{ value: undefined, color: randomcolor() }]