You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/05/20 01:24:23 UTC

[GitHub] [incubator-echarts] topvis opened a new issue #10498: Issue of the end points of edges in Graph chart

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org