diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue
index 888759d941..b66928c81f 100644
--- a/frontend/src/views/chart/view/ChartEdit.vue
+++ b/frontend/src/views/chart/view/ChartEdit.vue
@@ -89,7 +89,7 @@
-
+
{{ $t('chart.chart_type') }}
@@ -138,7 +138,7 @@
-
+
{{ $t('chart.style_priority') }}
@@ -882,6 +882,10 @@ export default {
padding-left: 0;
}
+ .attr-style{
+ height: calc(100vh - 56px - 25vh - 40px - 62px - 10px);
+ }
+
.attr-selector{
width:100%;
height: 32px;