From 5aae5cc1b96be3601127a8eceff37859669bfb24 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 76628c8a50..65ae4b502f 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -812,7 +812,6 @@ const addAxis = (e, axis: AxisType) => { itemNewAdd['formatterCfg'], dvMainStore.canvasStyleData.component.formatterItem ) - console.log('===test==1' + JSON.stringify(itemNewAdd)) } } else { if (!dup && typeValid) { @@ -829,7 +828,6 @@ const addAxis = (e, axis: AxisType) => { itemNewAdd['formatterCfg'], dvMainStore.canvasStyleData.component.formatterItem ) - console.log('===test==2' + JSON.stringify(itemNewAdd)) } } if (view.value.type === 'line') { @@ -3803,7 +3801,6 @@ const chartStyleScroll = (val: any) => {
{{ t('chart.quota') }}
- 22