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 745277cf5b..09053c5ff6 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 @@ -58,7 +58,7 @@ watch( { deep: false } ) const yAxis = computed(() => { - if (props.chart.type.includes('chart-mix')) { + if (props.chart.type.includes('chart-mix') || props.chart.type.includes('bidirectional-bar')) { return union( defaultTo( map(props.chart.yAxis, y => { @@ -1274,7 +1274,7 @@ const conversionPrecision = [ 转化率 -
+