ayede opened a new issue #10921: 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/10921
 
 
   I am using ECharts to show the trend data in line chart. I have 50 series to 
show in the line chart. Every series has a legend to show. I want to show the 
legends on top of the chart. But, I want to show the legends in maximum 3 
lines. And if legends doesn't fit in the 3 lines then I want to show the 
vertical scroll. But, I am not able to show the vertical scroll with maximum of 
3 lines of legends. Every line should show more than one legend in it.
   
   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.
   
   
![image](https://user-images.githubusercontent.com/9910877/61879830-6e385080-af11-11e9-989e-83406e405ebc.png)
   

----------------------------------------------------------------
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]

Reply via email to