FengHuangDong opened a new issue #11175: dataZoom当startValue 和 endValue 
的值一样时(一页只显示一个group bar),页面无法滚动
URL: https://github.com/apache/incubator-echarts/issues/11175
 
 
   ### What problem does this feature solve?
   当一页只显示一个bar时可以滚动
   
   ### What does the proposed API look like?
   {
                   type: 'inside',
                   start: 100,
                   end: 100
               },
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   https://www.echartsjs.com/examples/zh/editor.html?c=mix-zoom-on-value
   我在官方的例子上把startValue 和 endValue 设置成一样时,发现datazoom不生效,无法滚动了。
   实际上在group bar chart 中如果legend有很多的话一个屏幕可能只能显示一个group 
bar,然后滚动。但是目前echarts好像不支持,或者有没有其他的做法可以特殊实现?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to