NEZ-2768 feat:新增圆环图 图表类型

This commit is contained in:
zyh
2023-04-18 10:12:47 +08:00
parent 3db6415686
commit 57469d2bcf
23 changed files with 918 additions and 2227 deletions

View File

@@ -1271,7 +1271,8 @@ export default {
case 'bar':
case 'treemap':
case 'pie':
if (this.oldType === 'bar' || this.oldType === 'treemap' || this.oldType === 'pie') {
case 'doughnut':
if (this.oldType === 'bar' || this.oldType === 'treemap' || this.oldType === 'pie' || this.oldType === 'doughnut') {
break
}
this.chartConfig.param = {