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 51c51be610..8ac86dcf2c 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 @@ -276,9 +276,6 @@ const init = () => { initFormatCfgUnit(state.labelForm.labelFormatter) initFormatCfgUnit(state.labelForm.quotaLabelFormatter) initFormatCfgUnit(state.labelForm.totalFormatter) - - console.log(state.labelForm) - if (chartType.value === 'liquid' && state.labelForm.fontSize < fontSizeList.value[0].value) { state.labelForm.fontSize = fontSizeList.value[0].value }