参考链接:https://blog.csdn.net/weixin_39003573/article/details/81842367
在series字段中增加以下属性,注意要在series字段属性中增加:
labelLine:{
normal:{
length:5, // 改变标示线的长度
lineStyle: {
color: "red" // 改变标示线的颜色
}
},
},
label: {
normal: {
textStyle: {
color: 'red' // 改变标示文字的颜色
}
}
},
![](https://img.haomeiwen.com/i12429965/8ae06e3346597f4d.png)
网友评论