浏览器:谷歌34版
echarts版本:已测版本echarts4.1.0,echarts.3.8.4.都有这种情况
现象:数直时datazoom滚动条看不到,但能拖动
设置: dataZoom: [{
orient: 'vertical',
zoomLock:true,
zoomOnMouseWheel:false,
right:32,
width:10,
// height: 15,
startValue:0,
endValue:5,
handleSize: '80%',
handleStyle: {
color: '#fff',
shadowBlur: 3,
shadowColor: 'rgba(0, 0, 0, 0.6)',
shadowOffsetX: 2,
shadowOffsetY: 2
}
}],[ Full content available at: https://github.com/apache/incubator-echarts/issues/9056 ] This message was relayed via gitbox.apache.org for [email protected]
