From a4542ec45b7ef333aff898376180c2b7721d4dc6 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Mon, 17 Nov 2025 18:06:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=9B=BE=E4=BE=8B=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84?= =?UTF-8?q?=E6=96=B9=E5=90=91=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/LegendSelector.vue | 2 +- .../components/js/panel/types/impl/g2.ts | 22 +++++-------------- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LegendSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LegendSelector.vue index 8adeaccf39..0663108a28 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LegendSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LegendSelector.vue @@ -550,7 +550,7 @@ onMounted(() => { :label="t('chart.orient')" class="form-item" :class="'form-item-' + themes" - v-if="showProperty('orient')" + v-if="false && showProperty('orient')" >