I’ve set up a graph view using juggl with two nodes, connected with a double link
A → B
A → B
It shows a single edge:
I wish to create two curved edges instead, based on the separate links between A & B. The juggl documentation (CSS Styling - Juggl) suggests edges are bundled by default:
edgeCount: When edges are merged (default), this is the total amount of edges of a certain type that are merged together. This is used by default to make lines thicker for merged edges that represent more links.
What I’m trying to do
How do I ‘unmerge’ these edges and show aliases for each unique link?
From what I remember when I did this, once I introduced another edge between A and B with a different field name, I got two separate edges. The haystack behavior you mention should only be there if there’s only one edge between A and B.
Yes, another edge - in another direction - works fine.
I know I’m pushing the system for an alternative to a two-mode system. But hey, it’s the way we learn
I’ll keep on looking for a solution to show multiple edges - in the same direction - between two nodes.