From 9d73a47f14f8279e0c9dc970151304d6d053c0a2 Mon Sep 17 00:00:00 2001 From: junjun Date: Fri, 19 Aug 2022 11:41:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=9D=A2=E7=A7=AF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/shape-attr/ColorSelector.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/components/shape-attr/ColorSelector.vue b/frontend/src/views/chart/components/shape-attr/ColorSelector.vue index 685d93b27b..ed1a587b69 100644 --- a/frontend/src/views/chart/components/shape-attr/ColorSelector.vue +++ b/frontend/src/views/chart/components/shape-attr/ColorSelector.vue @@ -330,6 +330,7 @@ export default { if (!this.batchOptStatus && this.chart.render && this.chart.render === 'antv' && (this.chart.type.includes('bar') || this.chart.type.includes('line') || + this.chart.type.includes('area') || this.chart.type.includes('pie') || this.chart.type === 'funnel' || this.chart.type === 'radar' ||