100pah commented on issue #9286: y轴名字(yAxis的name属性)超长问题显示不全 URL: https://github.com/apache/incubator-echarts/issues/9286#issuecomment-433951758 如果名字太长,一般可以 `yAxis.nameLocation` 设为 `'middle'`,或者用 `yAxis.nameTextStyle` 里的 `align`、`verticalAlign` 来详细控制。 关于自动控制不超出可视区域,确实是个可以考虑的功能,因为应用场景或许有一些。
---------------------------------------------------------------- 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]
