設置最大值、最小值和格式化javascript
yAxis: { title: { text: ' ' }, min:0, max:4, labels : { formatter : function() {//設置縱座標值的樣式 return ''; } } }