You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/08/29 12:14:21 UTC

[GitHub] FarkasAndras93 opened a new issue #8971: Legend scroll not working when item is to big

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 -->
   ![image](https://user-images.githubusercontent.com/42805263/44786819-02812280-ab9e-11e8-90a8-c1fce42e63c7.png)
   
   

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


With regards,
Apache Git Services

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