先上一张效果图
上代码
option = {
tooltip: {
formatter: '{a} <br/>{b} : {c}%'
},
series: [
{
name: '文件分类',
type: 'pie',
radius: ['36%', '49%'],
center: ['50%', '45%'],
avoidLabelOverlap: false,
animation: false,
label: {
fontSize: 16,
formatter: '{d}%',
color: 'black',
padding: [-15, -24, 0, -30],
position: 'outer',
alignTo: 'labelLine',
bleedMargin: 5,
margin: 20
},
labelLine: {
normal: {
length: 35,
length2: 75
}
},
emphasis: {
label: {
show: true,
fontSize: 25,
fontWeight: 'bold'
}
},
data: [{ value: 1048, name: 'Search Engine' },
{ value: 735, name: 'Direct' },
{ value: 580, name: 'Email' },
{ value: 484, name: 'Union Ads' },
{ value: 300, name: 'Video Ads' }]
},
{// 下面几部分属于样式
name: '内圈',
type: 'pie',
radius: ['0%', '28%'],
center: ['50%', '45%'],
avoidLabelOverlap: false,
minShow