1. 程式人生 > >echarts柱狀圖、折線圖橫座標新增滾動條方法

echarts柱狀圖、折線圖橫座標新增滾動條方法

在option中新增屬性:

dataZoom: {
    show: true,
    realtime: true,
    y: 36,
    height: 20,
    start: 20,
    end: 80
}

裡面幾個引數試一下就知道是做什麼的了。