wtljohnson opened a new issue, #18058: URL: https://github.com/apache/echarts/issues/18058
### Version 5.4.1 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Use the basic bar example on the ECharts website: https://echarts.apache.org/examples/en/editor.html?c=bar-simple 2. Use this chart option: option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type: 'time', // min: "2022-12" <----- Uncomment and run the chart }, series: [ { data: ["2022-11"], type: 'bar' } ] }; ### Current Behavior The page hangs and it takes a long time to load. Anywhere between 15-25 seconds is what I am experiencing ### Expected Behavior Setting the minimum/maximum outside the range of data on a value axis doesn't have the same loading time problem, so this would be the expected behaviour ### Environment ```markdown - OS: Windows 10 Build 19045.2251 & Windows 10 Build 19044.2251 - Browser: Chrome 108.0.5359.99 & Opera GX 92.0.4561.71 - Framework: N/A ``` ### Any additional comments? Specifically setting the minimum greater than the maximum data point and the maximum less than the smallest data point will cause this bug to occur -- 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]
