feat(视图): 新增面积图

This commit is contained in:
junjun 2022-08-19 11:41:12 +08:00
parent 0c9b00c7b1
commit 9d73a47f14

View File

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