You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/03/13 17:50:46 UTC

[GitHub] [incubator-echarts] pedroviniv commented on issue #7909: Legend scroll using mouse wheel

pedroviniv commented on issue #7909: Legend scroll using mouse wheel
URL: https://github.com/apache/incubator-echarts/issues/7909#issuecomment-598842334
 
 
   I think this would 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.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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