ITchenjian removed a comment on issue #16663: URL: https://github.com/apache/echarts/issues/16663#issuecomment-1064684999
@jiawulin001 谢谢你的回答,第一个问题用xAxis.axisLabel.showMaxLabel为true可以解决; 第二个问题不是label太长的原因,2021/12/15这条数据在X轴上(x轴起始坐标为2021/12/15)对应的刻度为2021/12/15 - 2021/12/15 ,也就是在贴合在y轴上,相当于长度为0,在这种情况下series的label (测试2) 不显示; 可以把代码贴到这下面试一下(替换原有配置),观察第一二条数据其series的label https://echarts.apache.org/examples/zh/editor.html?c=bar-y-category&version=5.3.1 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
