Ovilia commented on issue #18858: URL: https://github.com/apache/echarts/issues/18858#issuecomment-1624563764
I think this is probably because if the max y value is 2048, the yAxis cannot be splitted evenly. <img width="764" alt="image" src="https://github.com/apache/echarts/assets/779050/e3b683bc-e7f7-4d66-8904-3f57c3a7da81"> So I would say, although current behavior is not perfect, it is as expected and not a bug. You can set `yAxis.max` to be 2048 if to force it using 2048 as max. -- 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]
