dataZoom: [{
type: 'inside',
show: true,
xAxisIndex: 0,
left: '15%',
bottom: 'auto',
startValue: 0,
endValue: 5,
throttle: 100,
zoomLock: true,
zoomOnMouseWheel: false,
moveOnMouseWheel: false,
preventDefaultMouseMove: false
}],
{
type: 'slider',
show: true,
zoomLock: true,
width: '90%',
height: '6px',
left: '9%',
bottom: 12,
xAxisIndex: [0, 1],
startValue: 0,
endValue: 3,
handleSize: '100%',
handleStyle: {
color: '#AFEFF9',
borderWidth: 0
},
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',
brushSelect: false,
showDetail: false,
showDataShadow: false,
borderRadius: 3, // 低于5.0版本不支持
borderColor: 'none',
fillerColor: '#447cff',
backgroundColor: '#F5F5F5'
}