From 34312ccbfa7db8dccf5cde7184ef1a8490a82494 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 5 Mar 2026 13:53:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=86=E5=BD=A2=E5=A1=AB=E5=85=85?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=AD=BE=E9=80=89=E9=A1=B9=E6=9C=80=E5=B0=91?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E4=B8=80=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 circle-packing 在 checkLabelContent 中的排除 - 使圆形填充图与饼图行为一致 - 维度、指标、占比最少保留一项,单项时置灰 Related to: 仪表板圆形填充图标签选项优化 --- .../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 1ed851d5bc..f735832a98 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 @@ -292,7 +292,7 @@ const configCompat = (labelAttr: DeepPartial) => { } } const checkLabelContent = contentProp => { - if (['funnel', 'liquid', 'circle-packing'].includes(chartType.value)) { + if (['funnel', 'liquid'].includes(chartType.value)) { return false } const propIntersection = intersection(props.propertyInner, [