mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
feat: 自定义颜色
This commit is contained in:
@@ -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') ||
|
||||
|
||||
Reference in New Issue
Block a user