Justin-ZS commented on PR #20838: URL: https://github.com/apache/echarts/pull/20838#issuecomment-2812414765
> This seems a little unexpected to me. Have you tried with the callback of [axis.min](https://echarts.apache.org/en/option.html#yAxis.min)? > > ```js > yAxis: { > max: value => Math.max(value, 1000) > } > ``` > > or simply > > ```js > yAxis: { > max: 'dataMax' > } > ``` Neither approach works in this case. As described in apache/echarts#20770, we need a simple way to the axis max to a nice round value. -- 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]
