Ovilia commented on issue #10390: 如何使横坐标线对齐到最小值 URL: https://github.com/apache/incubator-echarts/issues/10390#issuecomment-489391942 https://www.echartsjs.com/option.html#yAxis.min 可以是一个 function,返回最小值即可 ```js min: function(value) { return value.min; } ```
---------------------------------------------------------------- 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]
