可以查看是否设置了radius属性。如果设置了radius属性,就无法通过wdith和height来调整大小。
series: [
{
name: 'Data Sources',
type: 'pie',
radius: ['40%', '70%'],//删除radius属性,即可设置大小
avoidLabelOverlap: false,
label: {
show: false,
position: 'center',
},
],