From 7fa3c0ac536c671feacb1d1e96b00d2ef1eec200 Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 23 May 2022 18:48:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/shape-attr/ColorSelector.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/components/shape-attr/ColorSelector.vue b/frontend/src/views/chart/components/shape-attr/ColorSelector.vue index 4380729316..8c61867fb3 100644 --- a/frontend/src/views/chart/components/shape-attr/ColorSelector.vue +++ b/frontend/src/views/chart/components/shape-attr/ColorSelector.vue @@ -329,7 +329,7 @@ export default { }, initCustomColor(reset) { - if (this.chart.render && this.chart.render === 'antv' && + if (!this.batchOptStatus && this.chart.render && this.chart.render === 'antv' && (this.chart.type.includes('bar') || this.chart.type.includes('line') || this.chart.type.includes('pie') ||