diff --git a/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue b/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue
index bc97a9ca1b..e96f4cb582 100644
--- a/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue
+++ b/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue
@@ -100,7 +100,7 @@
{{ $t('chart.filter') }}...
-
+
{{ $t('chart.value_formatter') }}...
@@ -177,7 +177,6 @@ export default {
this.init()
this.isEnableCompare()
bus.$on('reset-change-table', () => this.getItemTagType())
-
},
methods: {
init() {
diff --git a/frontend/src/views/chart/components/drag-item/QuotaItem.vue b/frontend/src/views/chart/components/drag-item/QuotaItem.vue
index 5d5d9cba24..33faf2238a 100644
--- a/frontend/src/views/chart/components/drag-item/QuotaItem.vue
+++ b/frontend/src/views/chart/components/drag-item/QuotaItem.vue
@@ -100,7 +100,7 @@
{{ $t('chart.filter') }}...
-
+
{{ $t('chart.value_formatter') }}...
diff --git a/frontend/src/views/chart/components/normal/LabelNormal.vue b/frontend/src/views/chart/components/normal/LabelNormal.vue
index 2b92b247f5..a2e0007652 100644
--- a/frontend/src/views/chart/components/normal/LabelNormal.vue
+++ b/frontend/src/views/chart/components/normal/LabelNormal.vue
@@ -7,8 +7,8 @@
:style="content_class"
>
-
- {{ item.data[0] }}
+
+ {{ result }}
@@ -23,6 +23,7 @@