From 57bd6c35bda0f88643ca2c83d53226c86389c445 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Mon, 12 Aug 2024 15:49:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8-=E5=AF=B9=E7=A7=B0?= =?UTF-8?q?=E6=9D=A1=E5=BD=A2=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=85=8D=E7=BD=AE=E5=8F=B3=E8=BD=B4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=A0=B7=E5=BC=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/LabelSelector.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue index 745277cf5b..09053c5ff6 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue @@ -58,7 +58,7 @@ watch( { deep: false } ) const yAxis = computed(() => { - if (props.chart.type.includes('chart-mix')) { + if (props.chart.type.includes('chart-mix') || props.chart.type.includes('bidirectional-bar')) { return union( defaultTo( map(props.chart.yAxis, y => { @@ -1274,7 +1274,7 @@ const conversionPrecision = [ 转化率 -
+