X轴数据太多,增加滚动条
dataZoom: [{
orient: "horizontal", //水平/竖直:vertical
show: show,
height: 12,
xAxisIndex: [
0
],
bottom: '4%',
start: start,
end: end,
zoomLock: true,
handleIcon: 'path://M306.1,413c0,2.2-1.8,4-4,4h-59.8c-2.2,0-4-1.8-4-4V200.8c0-2.2,1.8-4,4-4h59.8c2.2,0,4,1.8,4,4V413z',
handleSize: '110%',
handleStyle: {
color: "#d3dee5",
},
textStyle: {
color: "#fff"
},
borderColor: "#fff",
},
{
type: "inside",
//鼠标滚动不能触发缩放
zoomOnMouseWheel: false,
//moveOnMouseMove:true,
show: true,
height: 15,
start: 1,
end: 35
}
],
10-10
1245

01-28
3586
