dataZoom
type: 'slider',內置型數據區域縮放組件(dataZoomInside)
start ,數據窗口范圍的起始百分比。范圍是:0 ~ 100。表示 0% ~ 100%。
end,數據窗口范圍的結束百分比。范圍是:0 ~ 100。
以y軸為例:
dataZoom: [ { type: 'slider', show: true, yAxisIndex: [0], left: '93%', start: 0, //數據窗口范圍的起始百分比 end: 36 }, { type: 'inside', yAxisIndex: [0], start: 0, end: 36 } ]