From 567f7753a1fb04f7741c4fb38e11d7647a4e529e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:57:57 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= =?UTF-8?q?=20(#17620)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/editor/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 1a1546c9ac..622cd4c73a 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -794,7 +794,6 @@ const addAxis = (e, axis: AxisType) => { itemNewAdd['formatterCfg'], dvMainStore.canvasStyleData.component.formatterItem ) - console.log('===test==1' + JSON.stringify(itemNewAdd)) } } else { if (!dup && typeValid) { @@ -811,7 +810,6 @@ const addAxis = (e, axis: AxisType) => { itemNewAdd['formatterCfg'], dvMainStore.canvasStyleData.component.formatterItem ) - console.log('===test==2' + JSON.stringify(itemNewAdd)) } } if (view.value.type === 'line') { @@ -3755,7 +3753,6 @@ const deleteChartFieldItem = id => {
{{ t('chart.quota') }}
- 22