答案 0 :(得分:0)
答案 1 :(得分:0)
解决方案是改为使用afterAnimate事件:
plotOptions: {
series: {
events: {
afterAnimate: function() {
this.data[0].select();
this.redraw();
}
}
}
http://api.highcharts.com/highcharts#plotOptions.series.events