jnoyola opened a new issue, #18861: URL: https://github.com/apache/echarts/issues/18861
### Version 5.4.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?code=MYewdgzgLgBNCGAnWBeGAReUCmA6MIA7gBQCUA3AFCiSwAmW8MaY2hMAgoovAJ7EAmAAylcAMwCWAGyllcAW3gAHYsQD6AGhgTSzAHwwA2q3aYcxBMhgBqbaS0SAuhUqUQSqBPDMYAb0owMAAeHEESEABcfgGBMFC8SthRAOSe8tjJGjEAvlmBvKHhUf6xcQlJMMkAbvBSAK4ZOXlw2IgS2JFGMYElpTAMUPBRA_DNpfGJKRDAWDiIyd0w2TGOlNnkQA ### Steps to Reproduce 1. Open repro link. a. This is simply a chart with a `time` axis and a `scatter` series, where points appear at the leftmost and/or rightmost points on the x-axis. 2. Drag divider border to adjust chart width. ### Current Behavior Series min and max points will flicker as the chart width changes, and the points may remain hidden if the width is left in a bad spot. ### Expected Behavior The points should remain visible. ### Environment ```markdown - OS: Win 11 - Browser: Chrome 113.0.5672.127 - Framework: ``` ### Any additional comments? Any number of changes show that this should work: * changing `xAxis` to a `category` axis (with `boundaryGap: false` to most closely replicate the current view) * changing the series type to `line` * setting an arbitrarily small `boundaryGap: ["0.01%", "0.01%"]` * This is the workaround I currently use, although it's not ideal and sometimes interferes with the axis labeling -- 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]
