diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue index 1f96ac68ca..63ed00c93e 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/VQueryChartStyle.vue @@ -474,7 +474,7 @@ const onPlaceholderChange = () => { v-model="chart.customStyle.component.placeholderSize" @change="handleCurrentPlaceholderCustomChange" :min="10" - :max="20" + :max="40" :disabled="!chart.customStyle.component.placeholderShow" style="margin-left: 8px" step-strictly