如何在饼图中的切片内添加数据值。任何人都可以帮助我吗?这是否可能?
答案 0 :(得分:29)
您可以使用datalalabels - 距离参数:http://api.highcharts.com/highcharts#plotOptions.pie.dataLabels.distance
plotOptions: {
pie: {
dataLabels: {
distance: -30,
color: 'white'
}
}
},