From ea301232c669a024af99a5b31cf2596cdc1ec805 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 28 May 2026 12:43:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=8A=98=E7=BA=BF=E5=9B=BE=E5=AD=90=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=E7=BB=B4=E5=BA=A6=E7=9A=84=E6=8E=92=E5=BA=8F=E4=BC=98?= =?UTF-8?q?=E5=85=88=E7=BA=A7=E8=AE=BE=E7=BD=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/editor/drag-item/DimensionItem.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/editor/drag-item/DimensionItem.vue b/core/core-frontend/src/views/chart/components/editor/drag-item/DimensionItem.vue index ded677ab78..95038740d9 100644 --- a/core/core-frontend/src/views/chart/components/editor/drag-item/DimensionItem.vue +++ b/core/core-frontend/src/views/chart/components/editor/drag-item/DimensionItem.vue @@ -206,6 +206,9 @@ const showSort = computed(() => { return !isChartMix || isDimensionType }) const showSortPriority = computed(() => { + if (props.chart.type === 'line' && props.type === 'dimensionExt') { + return false + } if (props.chart.type.includes('chart-mix')) { return false }