From 720c58d26cbab7e06588a31c453578576281ef99 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 24 Jul 2024 10:28:29 +0800 Subject: [PATCH] =?UTF-8?q?style(=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=E6=A0=B7=E5=BC=8F=E4=B8=AD?= =?UTF-8?q?=EF=BC=8C=E7=AC=AC=E4=B8=80=E4=B8=AA=E6=A8=AA=E8=BD=B4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A0=87=E9=A2=98=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=BA=B5?= =?UTF-8?q?=E8=BD=B4?= 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 c5502583bd..8332d3b4b7 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 @@ -485,7 +485,7 @@ watch( :change-model="chart.customStyle.xAxis" @modelChange="val => onChangeXAxisForm(val, 'show')" name="xAxis" - :title="t('chart.xAxis')" + :title="selectorSpec['x-axis-selector']?.title" >