如何在饼图的 HighChart 中的标签上显示相同的图例框我的代码在此处,标签如下
dataLabels: {
enabled: true,
color: '#000000',
style: {
fontSize: '9px'
},
distance:3,
connectorWidth:0,
formatter: function() {
return Math.round(this.percentage) +' %';
}
},