FarkasAndras93 opened a new issue #8971: Legend scroll not working when item is to big URL: https://github.com/apache/incubator-echarts/issues/8971 ### One-line summary If legend item is to big and did not fit in the legend width then scrolling is not working. Below I give an example when I have a large string and legend width is 500. If I click on the scroll button did not happen anything. ### Version & Environment + ECharts version [ECharts 4.0.4]: + Browser version [Chrome version 68]: + OS Version [everywhere]: ### Expected behaviour Scroll should work ### ECharts option legend: { type: 'scroll', width: 500, data: ['This is a very long legend item which is not fitting in the legend width just with scroll'] }, ### Other comments] <!-- For example: Screenshot or Online demo --> 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
