feat: 自定义颜色

This commit is contained in:
junjun 2022-05-23 18:48:45 +08:00
parent df759a6ae8
commit 7fa3c0ac53

View File

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