diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue index 6c8f314561..f220125c70 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualYAxisSelectorInner.vue @@ -569,7 +569,7 @@ onMounted(() => { v-model="state.axisForm.axisLabelFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeAxisStyle('axisLabelFormatter.unit')" + @change="changeAxisStyle('axisLabelFormatter')" > { :effect="themes" v-model="state.labelForm.totalFormatter.unit" :placeholder="$t('chart.pls_select_field')" - @change="changeLabelAttr('totalFormatter.unit')" + @change="changeLabelAttr('totalFormatter')" > { v-model="state.labelForm.quotaLabelFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeLabelAttr('quotaLabelFormatter.unit')" + @change="changeLabelAttr('quotaLabelFormatter')" > { :effect="themes" v-model="state.labelForm.labelFormatter.unit" :placeholder="$t('chart.pls_select_field')" - @change="changeLabelAttr('labelFormatter.unit')" + @change="changeLabelAttr('labelFormatter')" > { v-model="state.tooltipForm.tooltipFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeTooltipAttr('tooltipFormatter.unit')" + @change="changeTooltipAttr('tooltipFormatter')" > { v-model="state.axisForm.axisLabelFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeAxisStyle('axisLabelFormatter.unit')" + @change="changeAxisStyle('axisLabelFormatter')" > { v-model="state.axisForm.axisLabelFormatter.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeAxisStyle('axisLabelFormatter.unit')" + @change="changeAxisStyle('axisLabelFormatter')" >