echarts 饼状图 label 的position为inside时怎么调整位置
series: [
{
animation: true,
name: '访问来源',
type: 'pie',
radius: ['49%', '80%'],
startAngle: 270,
avoidLabelOverlap: false,
hoverAnimation: false,
itemStyle: {
normal: {
borderWidth: 1,
borderColor: '#fff',
}
},
label: {
show: true,
fontSize: 14,
position: 'inside',
},
labelLine: {
show: false
},
data
},
{
animation: false,
name: '11',
type: 'pie',
radius: [0, '45.6%'],
tooltip: { show: false },
hoverAnimation: false,
label: {
position: 'center',
formatter: function (params) {
// return `{a|中间的字\n自行替换}\n{b|${datas.power}}\n{c|这是单位}\n{icon|}{d|${datas.per}%}\n{box|}`
return center_value + '\nMW'
},
textStyle: {
fontWeight: 'bold',
fontSize: 16,
color: '#00529E'
}
},
itemStyle: {
normal: {
color: "#80E0F9"
}
},
data: [{
value: 1,
},]
},
]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论