NEZ-2769 feat:dashboard增加 Rose chart(玫瑰图)图表类型

This commit is contained in:
zyh
2023-04-21 09:59:31 +08:00
parent 57469d2bcf
commit f0d369e98a
13 changed files with 477 additions and 31 deletions

View File

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