From 72a440521ab21cc09b04383b40ee484adb32e70a Mon Sep 17 00:00:00 2001 From: ulleo Date: Fri, 28 Jun 2024 19:20:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E6=9F=B1=E7=BA=BF?= =?UTF-8?q?=E7=BB=84=E5=90=88=E5=9B=BE=E6=A0=87=E7=AD=BE=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=EF=BC=9A?= =?UTF-8?q?=E4=BB=85=E9=92=88=E5=AF=B9=E6=9F=B1=E7=8A=B6=E5=9B=BE=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=9C=89=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/zh-CN.ts | 1 + .../editor-style/components/LabelSelector.vue | 28 +++++++++++++------ 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 92c7922276..7182b8bb59 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -588,6 +588,7 @@ export default { shape_attr: '图形属性', module_style: '组件样式', result_filter: '过滤器', + chart_mix_label_only_left: '仅针对柱状图设置有效', x_axis: '横轴', y_axis: '纵轴', chart: '图表', 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 afd6e7e0cd..d27babd708 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 @@ -1,5 +1,5 @@