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, [