-
+
{{ $t('chart.adapt') }}
diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue
index ce5f124960..6e6639d6da 100644
--- a/frontend/src/views/chart/view/ChartEdit.vue
+++ b/frontend/src/views/chart/view/ChartEdit.vue
@@ -157,7 +157,7 @@
{{ $t('chart.drag_block_table_data_column') }}
- {{ $t('chart.drag_block_type_axis') }}
+ {{ $t('chart.drag_block_type_axis') }}
{{ $t('chart.drag_block_pie_label') }}
{{ $t('chart.drag_block_funnel_split') }}
{{ $t('chart.drag_block_radar_label') }}
@@ -188,7 +188,7 @@
{{ $t('chart.drag_block_table_data_column') }}
- {{ $t('chart.drag_block_value_axis') }}
+ {{ $t('chart.drag_block_value_axis') }}
{{ $t('chart.drag_block_pie_angel') }}
{{ $t('chart.drag_block_funnel_width') }}
{{ $t('chart.drag_block_radar_length') }}
@@ -321,7 +321,7 @@
{{ $t('chart.placeholder_field') }}
-
+
{{ $t('chart.drill') }}
/
@@ -405,7 +405,7 @@
-
+
@@ -1339,7 +1339,7 @@ export default {
this.save(true)
},
addYaxis(e) {
- if (this.view.type === 'map' && this.view.yaxis.length > 1) {
+ if ((this.view.type === 'map' || this.view.type === 'waterfall') && this.view.yaxis.length > 1) {
this.view.yaxis = [this.view.yaxis[0]]
}
this.dragCheckType(this.view.yaxis, 'q')
diff --git a/frontend/src/views/chart/view/ChartType.vue b/frontend/src/views/chart/view/ChartType.vue
index 9a7259695d..46170ced83 100644
--- a/frontend/src/views/chart/view/ChartType.vue
+++ b/frontend/src/views/chart/view/ChartType.vue
@@ -66,6 +66,11 @@
+
+
+
+
+
@@ -86,13 +91,13 @@
+
+
-
-
@@ -105,7 +110,6 @@
-
diff --git a/frontend/src/views/dataset/data/FieldEdit.vue b/frontend/src/views/dataset/data/FieldEdit.vue
index ef7c1bac6b..41eb9070a5 100644
--- a/frontend/src/views/dataset/data/FieldEdit.vue
+++ b/frontend/src/views/dataset/data/FieldEdit.vue
@@ -310,7 +310,7 @@ export default {
const that = this
setTimeout(function() {
const currentHeight = document.documentElement.clientHeight
- that.maxHeight = (currentHeight - 56 - 30 - 35 - 26 - 10) + 'px'
+ that.maxHeight = (currentHeight - 56 - 30 - 35 - 26 - 10 - 10) + 'px'
}, 10)
},
initField() {