From b6c4ab940772755b0cf5036ebf2b5aeb020bd11f Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 24 Jul 2024 10:16:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8-=E6=8A=98=E7=BA=BF?= =?UTF-8?q?=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D=E6=A0=87=E7=AD=BE=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E9=85=8D=E7=BD=AE=E6=97=A0=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editor/editor-style/components/LabelSelector.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 88935663bb..ed06bc41fd 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 @@ -837,7 +837,7 @@ onMounted(() => { :effect="themes" v-model.number="curSeriesFormatter.fontSize" :placeholder="t('chart.text_fontsize')" - @change="changeLabelAttr('fontSize')" + @change="changeLabelAttr('seriesLabelFormatter')" >