解决方法
将饼图的长度调短
series: [{
name: '',
type: 'pie',
radius: '55%',
center: ['50%', '60%'],
itemStyle: {
normal: {
label: {
show: true,
},
labelLine: {
show: true,
length:0.001
}
}
},
解决方法
将饼图的长度调短
series: [{
name: '',
type: 'pie',
radius: '55%',
center: ['50%', '60%'],
itemStyle: {
normal: {
label: {
show: true,
},
labelLine: {
show: true,
length:0.001
}
}
},
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。