From 7dafec6cd4b1a084838ebc8c1cc82c1f611a72c4 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:03:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/chart/gauge/gauge_antv.js | 1 - frontend/src/views/chart/components/shapeAttr/ColorSelector.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/views/chart/chart/gauge/gauge_antv.js b/frontend/src/views/chart/chart/gauge/gauge_antv.js index e7a25db3f7..b4b3844d6e 100644 --- a/frontend/src/views/chart/chart/gauge/gauge_antv.js +++ b/frontend/src/views/chart/chart/gauge/gauge_antv.js @@ -124,7 +124,6 @@ export function baseGaugeOptionAntV(plot, container, chart, action, scale = 1) { } } } - console.log('hasThreshold', hasThreshold) if (hasThreshold) { options.range = { diff --git a/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue b/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue index 03bbf03191..e4972fc2d0 100644 --- a/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue +++ b/frontend/src/views/chart/components/shapeAttr/ColorSelector.vue @@ -431,7 +431,6 @@ export default { }, methods: { gradientColorChange(colorDto) { - console.log('gradientColorChange') const modifyNames = ['value', 'colors', 'seriesColors'] modifyNames.forEach(item => { this.colorForm['modifyName'] = item