ljonya opened a new issue #15964: URL: https://github.com/apache/echarts/issues/15964
### Version 5.2.1 ### Reproduction link [https://jsfiddle.net/ljonya/e05qj7tb/1/](https://jsfiddle.net/ljonya/e05qj7tb/1/) ### Steps to reproduce Setting parameters `min` and/or `max` for `xAxis` and `yAxis` of `type` "log" gives wrong results (rather, no result). There is no such problem for the "value" `type`. See minimum working example. Or am I doing something wrong? ### What is expected? I'm expecting marks on axis -100, -10, 0, 10, 100, 1000. ### What is actually happening? 0, 10. <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE --> -- 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]
