From 8bc1abca3825c016f38e6aa4df4fd82379ce7661 Mon Sep 17 00:00:00 2001 From: ulleo Date: Fri, 20 Sep 2024 19:01:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8F=8C=E8=BD=B4=E5=9B=BE=E6=89=B9=E9=87=8F=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E7=BA=B5=E8=BD=B4=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/editor/editor-style/ChartStyle.vue | 4 ++-- .../chart/components/js/panel/charts/bar/bidirectional-bar.ts | 2 +- .../components/js/panel/charts/others/chart-mix-common.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue index 1a1e729725..f5b0d906e4 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyle.vue @@ -601,11 +601,11 @@ watch( :change-model="chart.customStyle.yAxis" @modelChange="val => onChangeYAxisForm(val, 'show')" name="yAxis" - :title="selectorSpec['dual-y-axis-selector']?.title" + :title="selectorSpec['dual-y-axis-selector']?.title ?? t('chart.yAxis')" >