foolzhang commented on issue #11122: 
柱状图xAxis.axisLabel.interval设置为0时,最后一个x轴的文字会加粗
URL: 
https://github.com/apache/incubator-echarts/issues/11122#issuecomment-526002492
 
 
   官方文档确实说了:无法在类目轴中使用。
   #10304 说修复了,但是迟迟未发布
   如果着急,可以试试这个方法 , 亲测 4.2.1是可以的
   axisLable:{
        borderWidth:10, // 大小盖住你的文本即可
        borderColor:'#fff', // 背景色
        interval:0
   }
   @Ovilia 
   

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