option = {
series: [{
type: 'pie',
radius: ['50%', '60%'],
data: [{
value: 220,
itemStyle: {
normal: {
color: 'transparent'
}
}
}, {
value: 180
}, {
value: 199
}, {
value: 399
}]
},
{
type: 'pie',
radius: ['50%', '70%'],
data: [{
value: 220,
itemStyle: {
normal: {
color: 'yellow'
}
}
}, {
value: 180 ,
itemStyle: {
normal: {
color: 'transparent'
}
}
}, {
value: 199,
itemStyle: {
normal: {
color: 'transparent'
}
}
}, {
value: 399,
itemStyle: {
normal: {
color: 'transparent'
}
}
}]
}
]
};