From 8fde099d213d6314acee75f5a3cc33d62e6c30c1 Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 26 Jun 2024 14:13:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=93=8D=E4=BD=9C=E6=A0=87=E9=A2=98=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/editor/editor-style/ChartStyle.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c647d27039..be2a4bb9f6 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 @@ -446,7 +446,7 @@ watch( :change-model="chart.customStyle.xAxis" @modelChange="val => onChangeXAxisForm(val, 'show')" name="xAxis" - :title="selectorSpec['x-axis-selector']?.title" + :title="t('chart.xAxis')" >