YaTaUser opened a new issue, #21565: URL: https://github.com/apache/echarts/issues/21565
### Version 6.0.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=bVA9C8IwEN39Fbd16WD8NuLg6Cw4WDoEGyRQk9JGaZH-d1_SWK0aeCH3Lu_u3ZnCKqNpS48RUb2rVcX9k8g2heQUnYWVF1M2UezZTFjBKaFxTMSACTAFZl36deagFsASWAHrQZpBzaBmUDOo2UCd4t06wvU6GXP9cqR0pTIZ_HjLe53JmsOTp65KH0V-k4dCaO56dayo_7CVFaX1PMcYXePmzxbu7ktoifrhs6_KafkyXMlSSUgTn-sK9CvrJ0xmMc3T98QJljSI3Wp-CH3L808O2118xmsXh7Dng_tcaRl5qsWdjtrNEw&enc=deflate ### Steps to Reproduce Opening sandbox code should show this, two lines in one graph. Lower line with 3 data points, then an interruption with a `null` data point, then the upper line with 2 data points. <img width="549" height="451" alt="Image" src="https://github.com/user-attachments/assets/683a41b4-3320-44f4-bb0e-37179a9df43e" /> Scrolling to the right (note the numbers on the x-axis) makes the third data point of the lower line disappear. Instead, a ghost line connecting the second data point of the lower line and the first data point of the upper line appears: <img width="549" height="451" alt="Image" src="https://github.com/user-attachments/assets/9734ffd1-386c-4264-8293-ee6fb1ca8bbe" /> ### Current Behavior The ghost line appears. Apparently, all data points outside the visible range get totally ignored, even if they're data points for interrupting lines. ### Expected Behavior Lines should stay interrupted, no ghost line appearing. ### Environment ```markdown - OS: Debian 13 - Browser: Firefox 140 ESR - Framework: (none) ``` ### Any additional comments? _No response_ -- 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]
