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') ||