Yaxis标签在样条图表中重复出现。以下是使用的代码:
yAxis: {
opposite: false,
allowDecimals: true,
title : {
text : 'Some Text'
},
labels: {
format: '{value:.2f}'
}
}