From 8030f84945a715581511409a1ece54c56f43bf44 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Tue, 30 Jul 2024 13:46:12 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E6=B5=81=E5=90=91?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=8F=96=E6=B6=88=E7=BB=B4=E5=BA=A6=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=9A=84=E8=87=AA=E5=AE=9A=E4=B9=89=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/editor/drag-item/DimensionItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4d025fbfa9..f423f3aaa0 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 @@ -168,7 +168,7 @@ const valueFormatter = () => { emit('valueFormatter', item.value) } const showCustomSort = item => { - if (props.chart.type === 'symbolic-map') { + if (props.chart.type === 'symbolic-map' || props.chart.type === 'flow-map') { return false } return !item.chartId && (item.deType === 0 || item.deType === 5)