From 713fa0706c8361d0311a37cd03de4b10057aaf4b Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 11 Nov 2021 17:25:54 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1228=20fix=EF=BC=9Achart=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=20value=20mappint=20=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=8A=A5=E9=94=99=EF=BC=8C=E9=A1=B5=E9=9D=A2=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/dashboard/chartBox.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index 6ef8a2964..e512f35a4 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -444,11 +444,11 @@ @@ -1715,6 +1714,7 @@ export default { }) }, valueMappingChange: function (value) { + console.log(this.editChart.param.valueMapping.type) if (this.editChart.param.valueMapping.type == 'value') { this.editChart.param.valueMapping.mapping = [{ text: '', value: '', color: { bac: '#fff', text: '#000' } }] this.showPicker = [{ bac: false, text: false }]