guochengwei edited a comment on issue #7165: x轴标签内容过长,应用了 interval: 0 
后,左右两侧的标签依然无法显示
URL: 
https://github.com/apache/incubator-echarts/issues/7165#issuecomment-409581038
 
 
   楼上的方法在cotainLabel = true的情况下 label会全被压缩至左上角,而且图表无法正常显示
   把魔法方法值padding:[0,-10]改成
   padding:[0,-10,0,-10]就好了

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

Reply via email to