echarts饼状图中间显示数字等
网页效果:https://eight1302.github.io/echarts/index.html
源代码:https://github.com/eight1302/echarts
echarts代码片段:
label: {
normal: {show: true,
position: 'center',
formatter:function (argument) {
var html;
html='本月业绩\r\n\r\n'+'50单';
return html;
},
textStyle:{
fontSize: 15,
color:'#39CCCC'
}
}
},
实际效果: