comvir opened a new issue #11035: 发现bug:横纵坐标系类的图表的刻度标签显示样式不一致 URL: https://github.com/apache/incubator-echarts/issues/11035 ### Version 4.2.1 ### Reproduction link [https://www.echartsjs.com/examples/editor.html?c=bar-tick-align](https://www.echartsjs.com/examples/editor.html?c=bar-tick-align) ### Steps to reproduce 设置xAxis[0].axisLabel.interval=0 如下所示 ``` xAxis : [ { type : 'category', data : ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], axisTick: { alignWithLabel: true }, axisLabel:{ interval:0 } } ] ``` ### What is expected? 刻度标签显示样式一致 ### What is actually happening? 轴刻度标签的最后一个文字样式明显被加粗了 --- 所有需要横纵轴的图表均存在此问题 问题截图   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail: dev-h...@echarts.apache.org