wangqipov edited a comment on issue #9056: 
echarts在谷歌34版本中,datazoom设为竖直时,无法显示下拉条。
URL: 
https://github.com/apache/incubator-echarts/issues/9056#issuecomment-420868937
 
 
   浏览器:谷歌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
                                    }
                                }],

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to