14lywa44 opened a new issue, #20796: URL: https://github.com/apache/echarts/issues/20796
### Version 5.5.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdPqVgBbCNAK0hYRhOe9-jxhld3T39aEgBfO1hyHHwiVHsKajoAN0YAGyVQ9AiSPCojKkJYUV94-1ggsQBGAFYABh5YACYAZgbmpoAWRqaqgA5Gqpaawc6Adh6ANjrbX3REmlk052VI-3plkCIAM3S83zCSWcFhAC1gYAcCEvsyhMoaWmc8CAFVg7XkQ_RrFDCAbiAA ### Steps to Reproduce 1. Zoom in as much as possible From the example:  ### Current Behavior The chart only draws a series line when there are 2 points inside the chart boundaries, even if there are points outside of the chart boundaries. From the minimal reproduction example:  From a personal example:  ### Expected Behavior I would like the line to not be "clipped", even if the data points are not within the bounds of the chart. ### Environment ```markdown - OS: Windows 10 Enterprise - Browser: Microsoft Edge Version 133.0.3065.69 (Official build) (64-bit) - Framework: Next.js v14.2.5 ``` ### Any additional comments? I apologize if this is feature rather than a bug. -- 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]
