大屏自定义隔断环形图

option = {
series: [
{
name:'XXX',
type:'pie',
radius: [60, 70],
label: {
normal: {
show: false,
position: 'center'
},
},
data: [{
value: 15,
},
{
value: 5,
itemStyle: {
color: "transparent"
}
}
]
},
{
type: 'pie',
radius: [55, 60],
label: {
normal: {
show: false,
position: 'center'
},
},
data: [{
value: 15,
name: 'XXXX',
itemStyle: {
color: "transparent"
}
},
{
value: 5,
}
]
}

]

};


demo图.png

你可能感兴趣的:(大屏自定义隔断环形图)