饼图样式

This commit is contained in:
chenjianxing 2020-05-14 11:53:14 +08:00
parent 2b3e148463
commit 2957e5acef
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
{ {
name: this.name, name: this.name,
type: 'pie', type: 'pie',
radius: '55%', radius: ['40%', '70%'],
roseType: 'angle', // roseType: 'angle',
data: this.data data: this.data
} }
] ]