echarts添加滚动条,滚动条不允许缩放
时间:2022-10-20 18:30:00
dataZoom: [{ type: 'slider', show: true, handleSize: 2, height: '20px', start: 0, end: 50, //xArraylengthx轴返回的数据是个数 showDetail: false, bottom: '10', zoomLock: true, brushSelect: false }, { type: 'inside', start: 40, end: 100 }, { type: 'slider', show: false, yAxisIndex: 0, filterMode: 'empty', width: 3, height: '70%', handleSize: 2, showDataShadow: false, left: '93%', bottom: '1' } ],