diff --git a/core/core-frontend/src/views/chart/components/editor/drag-item/DragPlaceholder.vue b/core/core-frontend/src/views/chart/components/editor/drag-item/DragPlaceholder.vue index 5e0b87795a..cfc3269e88 100644 --- a/core/core-frontend/src/views/chart/components/editor/drag-item/DragPlaceholder.vue +++ b/core/core-frontend/src/views/chart/components/editor/drag-item/DragPlaceholder.vue @@ -35,7 +35,6 @@ span { .drag-placeholder-style { position: absolute; top: calc(50% - 4px); - left: 0; width: 100%; color: #757575; text-align: left; 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 7ee22442cf..a9e9090d6d 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 @@ -869,7 +869,7 @@ const isGroupBar = computed(() => { style="width: 100%" :effect="props.themes" v-model="curSeriesFormatter.formatterCfg.type" - @change="changeLabelAttr('quotaLabelFormatter')" + @change="changeLabelAttr('seriesLabelFormatter')" > { :min="0" :max="10" size="small" - @change="changeLabelAttr('quotaLabelFormatter')" + @change="changeLabelAttr('seriesLabelFormatter')" /> @@ -921,7 +921,7 @@ const isGroupBar = computed(() => { v-model="curSeriesFormatter.formatterCfg.unit" :placeholder="t('chart.pls_select_field')" size="small" - @change="changeLabelAttr('quotaLabelFormatter')" + @change="changeLabelAttr('seriesLabelFormatter')" > { size="small" clearable :placeholder="t('commons.input_content')" - @change="changeLabelAttr('quotaLabelFormatter')" + @change="changeLabelAttr('seriesLabelFormatter')" /> @@ -957,7 +957,7 @@ const isGroupBar = computed(() => { size="small" :effect="props.themes" v-model="curSeriesFormatter.formatterCfg.thousandSeparator" - @change="changeLabelAttr('quotaLabelFormatter')" + @change="changeLabelAttr('seriesLabelFormatter')" :label="t('chart.value_formatter_thousand_separator')" />