x轴有个xAxis
y轴是通过series里的data来显示数据
Y轴刻度不显示小数有个属性的,将allowDecimals的属性设置为false就可以了;
yAxis: {
title: {
text: ''
},
allowDecimals:false
}