yAxis: [ { type: 'value', name: '雨量(mm)', nameLocation: 'start', inverse: true, axisLabel: { formatter: function (value, index) { return value.toFixed(1); } } } ]