echarts 饼图 labelLine tips展示被遮住
解决方法
将饼图的长度调短
series: [{
name: '',
type: 'pie',
radius: '55%',
center: ['50%', '60%'],
itemStyle: {
normal: {
label: {
show: true,
},
labelLine: {
show: true,
length:0.001
}
}
},
您的资助是我最大的动力!
金额随意,欢迎来赏!

浙公网安备 33010602011771号