question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Overlapping Links in Graph

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:17 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
Oviliacommented, Sep 23, 2019

Sorry… I made a mistake. I was referencing #10813 perhaps. Now I’ll mark #10813 to be a duplicate of this issue because this one is in English.

1reaction
Oviliacommented, Sep 18, 2019

Duplicate of #11260

Read more comments on GitHub >

github_iconTop Results From Across the Web

Overlapping Links in Graph #11260 - apache/echarts - GitHub
The strategy I used in the demo: If the edges is an odd number, the curveness of the line starts from 0 and...
Read more >
how to prevent overlapping of link in force directed graph?
If by overlapping you mean multiple links between two nodes then they can be resolved by drawing them as arcs with increasing curvature...
Read more >
Line Graphs, Link Partitions and Overlapping Communities
In this paper, we use a partition of the links of a network in order to uncover its community structure. This approach allows...
Read more >
Overlapping community detection in networks based on link ...
In this paper, we present a new method for detecting overlapping communities in networks with a predefined number of clusters called LPAM ...
Read more >
Line graphs, link partitions, and overlapping communities
This approach allows for communities to overlap at nodes so that nodes may be in more than one community. We do this by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found