solosingha opened a new issue, #19822:
URL: https://github.com/apache/echarts/issues/19822

   ### What problem does this feature solve?
   
   I am using a set of scatter points that are connected head-to-tail to draw a 
closed curve and wish to implement zooming and horizontal panning features. 
However, I have found that when some points move outside the view frame, they 
automatically connect with points inside the view, resulting in a deviation 
from the original curve.
   for example ,the original diagram looks like
   
![image](https://github.com/apache/echarts/assets/50535576/c9751ea2-a03f-40a3-b98f-76e8f1167611)
   but when i zoom in ,unexpected links appears, I guess this happens because 
links only work for point within the visual window.
   
![image](https://github.com/apache/echarts/assets/50535576/40c5be49-df22-494f-8494-b76c1869a69c)
   
   
   ### What does the proposed API look like?
   
   just provide a choice that determines whether linking within visual window 
or not


-- 
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]

Reply via email to