答案 0 :(得分:1)
我已将 textShadow 设置为空白,这对我有用。
plotOptions: {
series: {
grouping: true,
pointPadding: 0,
borderWidth: 0,
dataLabels: {
enabled: true,
crop: false,
formatter: function() {
return this.y.toFixed(1);
},
style: {
textShadow: ''
}
}
}