dangoldstein opened a new issue #11260: Overlapping Links in Graph
URL: https://github.com/apache/incubator-echarts/issues/11260
 
 
   ### Version
   4.2.0-rc.2
   
   ### Steps to reproduce
   1. Open the following example:
   https://www.echartsjs.com/examples/en/editor.html?c=graph-simple
   
   2. Add to the array of links another link that already exists (so that there 
will be two links connecting the same two nodes)
   For example: 
   ```
   {
       source: '节点1',
       target: '节点3'
   }
   ```
   
   ### What is expected?
   Two links will be connecting the two nodes.
   
   ### What is actually happening?
   Only one link is rendered.
   
   <!-- 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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to