leavest opened a new issue #16102: URL: https://github.com/apache/echarts/issues/16102
### Version 5.2.2 ### Steps to reproduce 1 https://echarts.apache.org/examples/zh/editor.html?c=line-simple 2 ``` option = { xAxis: { type: 'time' }, yAxis: { type: 'value' }, series: [ { data: [ [1637722125000, 0], [1637723925000, 0] ], type: 'line' } ] }; ``` 3 Shrink the window so that chart-container width is less than 450px ### What is expected? time xAxis calculate interval according to chart width ### What is actually happening? time xAxis label overlap <!-- 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: commits-unsubscr...@echarts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org