ayede opened a new issue #10922: ECharts- How to show horizontal scroll bar with 3 lines of legend, and after that scroll if items doesn't fit in 3 lines URL: https://github.com/apache/incubator-echarts/issues/10922 ### Version 4.2.1 ### Steps to reproduce Create a Echarts line chart with 50 series. set to show the legends at top with vertical scroll bar. ### What is expected? Scroll should shown with 3 lines. Every line should show 4 legends. if legends doesn't fit in 3 lines, then show the vertical scroll. ### What is actually happening? Chart is showing vertical scroll with only one item in one line. And it is also overlapping on the chart body. --- I tried with vertical and horizontal scroll. In vertical scroll, it shows only one legend in one line. this is the problem. Actually, ECharts should show the what ever possible legends in one line. If there is enough space to have 2 legends in one line, it should show 2 legends in one line. It should show 3 lines and if all legends doesn't fit in three lines, then should add vertical scroll. But, currently legends overlap to chart.   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
