series : [
{
type: 'pie',
startAngle: 180,//
minAngle:5,//
radius : ['0','60%'],
center: ['50%', '50%'],
labelLine: {
normal: {
// length:5
}
},
}
]
處理數據值過小,扇區太小導致擁擠影響交互。
startAngle:起始角度
minAngle:5最小扇區角度(0~360)
