Incubator-echarts: Legend scroll using mouse wheel

Created on 11 Mar 2018  ·  3Comments  ·  Source: apache/incubator-echarts

Version: 4.0.4

Would be great if legend can be scrolled using mouse wheel:)

enhancement

Most helpful comment

Also legend scroll on mobile using swipe would be great

All 3 comments

+1. Same for the dataZoom slider.

Also legend scroll on mobile using swipe would be great

I think this would be a great improvement too, mainly for using in a mobile device with a larger dataset. But since the legends is rendered using canvas, I think implement it wouldn't be so easy as it appears. As a workaround it could be implemented a feature where the legend is rendered as a SVG rather a canvas. Then, in the chart option we'd set the legend type as 'plain', define a max width (static or inherited from parent) and then, with css, use overflow-x: scroll.

Was this page helpful?
0 / 5 - 0 ratings