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/01/06 08:34:57 UTC

[GitHub] [incubator-echarts] sunzongzheng edited a comment on issue #8173: legend.type = "scroll" 的文字不能展示完整,会被遮挡

sunzongzheng edited a comment on issue #8173: legend.type = "scroll" 的文字不能展示完整,会被遮挡
URL: https://github.com/apache/incubator-echarts/issues/8173#issuecomment-570531314
 
 
   同。
   ![image](https://user-images.githubusercontent.com/12635613/71718448-30433f00-2e56-11ea-9fe6-166f109f1c7e.png)
   
   `itemheight`可以解决,加padding也可以
   ````js
   legend: {
           textStyle: {
               padding: [1, 0, 0, 0]
           }
   }
   ````
   
   

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