spiral2k opened a new issue, #19381: URL: https://github.com/apache/echarts/issues/19381
### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/echarts-charts-sync-poc-z4r2qw ### Steps to Reproduce I'm rendering a chart using `echarts-for-react`, I set the xAxis to `type=time` with `axisLabel.interval = 0` & `axisLabel.hideOverlap=true` I want to display all labels that don't overlap with the given space (500px width in the environment) but seems that `axisLabel.interval = 0` & `axisLabel.hideOverlap=true` aren't working ### Current Behavior It shows only 1 label (not including showMinLabel & showMaxLabel) ### Expected Behavior display all labels that don't overlap with the given space (500px width in the environment) environment ### Environment ```markdown - OS: macOS Monterey - Browser: Chrome 119.0.6045.199 - Framework: [email protected] ``` ### Any additional comments? thank you -- 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]
