topvis opened a new issue #10498: Issue of the end points of edges in Graph 
chart
URL: https://github.com/apache/incubator-echarts/issues/10498
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   ```
   nodes: {
   ...
       symbol: 'roundRect',
       symbolSize: [130, 50],
   ...
   }
   ```
   
   ### What is expected?
   The end points of the edges should be visible.
   
   ### What is actually happening?
   The end points of the edges are not visible because they are behind the 
nodes.
   Please refer to the line between the node "Draft" and "Delete" in the 
screenshot.
   
![image](https://user-images.githubusercontent.com/5996531/57991344-3c6fbd00-7a7c-11e9-9257-00826e1a64ec.png)
   
   
   
   
   ---
   I guess there is something wrong in the algorithm of calculating the 
positions of the end points.
   If the x and y of symbolSize is close, there won't be this issue. The issue 
only appears when the difference between x and y is big (e.g., [130, 50]).
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to