DendoD96 commented on issue #18424: URL: https://github.com/apache/echarts/issues/18424#issuecomment-1503931502
@Ovilia Assigning a fixed value for the offset requires addressing a few things: 1. if the node is too small and the edges are too many they could exceed the size of the node. In this case you might decide not to apply the offset to any edge. 2. when the zoom is applied the size of the nodes changes therefore the problem in point 1 could arise. I leave you two images which represent this.   -- 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]
