在series字段中增加以下属性,注意要在series字段属性中增加:
labelLine:{
normal:{
length:5, // 改变标示线的长度
lineStyle: {
color: "red" // 改变标示线的颜色
}
},
},
label: {
normal: {
textStyle: {
color: 'red' // 改变标示文字的颜色
}
}
},
网友评论