答案 0 :(得分:2)
在highcharts中添加plotOptions
plotOptions: {
pie: {
dataLabels: {
enabled: true,
formatter: function() {
return this.y;
},
distance: -30,
color:'white'
}
}
},
plunker演示