设置最大值、最小值和格式化
yAxis: { title: { text: ' ' }, min:0, max:4, labels : { formatter : function() {//设置纵坐标值的样式 return ''; } } }