echarts餅圖字體大小修改


const option = {
tooltip: {
trigger: 'item',
formatter: "{a}
{b}: {c} ({d}%)"
},
series: [
{
name:'訪問來源',
type:'pie',
selectedMode: 'single',
radius: [0, '45%'],
center: ['50%', '49%'],
label: {
normal: {
position: 'inner',
textStyle : {
fontWeight : 'normal',
fontSize : px(18)
}
}
},
labelLine: {
normal: {
show: false
}
},
data: data.inner,
},
{
name:'訪問來源',
type:'pie',
radius: ['60%', '80%'],
center: ['50%', '49%'],
label: {
normal: {
backgroundColor: '#eee',
borderColor: '#aaa',
rich: {
a: {
color: '#999',
lineHeight: 22,
align: 'center'
},
hr: {
borderColor: '#aaa',
width: '100%',
borderWidth: 1,
height: 0
},
b: {
fontSize: px(32),
lineHeight: px(66),
},
per: {
color: '#eee',
backgroundColor: '#334455',
padding: [px(4), px(8)],
borderRadius: px(4)
}
}
}
},
data: data.out,
}
]
};


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM