option = {
series : [ {
type : 'pie',
radius : [ '55%', '56%' ],
center : [ '50%', '50%' ],
//roseType : 'radius',
itemStyle : {
normal : {
label : {
show : false
},
}
},
hoverAnimation: false,
data : [ {
value : 75,
itemStyle:{
normal:{
borderColor: "#AAD2FF",
borderWidth:10
}
}
}, {
value : 25,
itemStyle:{
normal:{
borderColor: "#509FF8",
borderWidth:20
}
}
} ]
} ]
};