You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of our graph we want to visualize junction points of edges (where edges split or merge) custom figure (e.g. circle).
The calculation whether a junction point is required or not should be handled on the client side by checking the routing points and same source/target.
A generic solution would be helpful for us, but could be also used by other projects (similar to other edge routings).
The text was updated successfully, but these errors were encountered:
As part of our graph we want to visualize junction points of edges (where edges split or merge) custom figure (e.g. circle).
The calculation whether a junction point is required or not should be handled on the client side by checking the routing points and same source/target.
A generic solution would be helpful for us, but could be also used by other projects (similar to other edge routings).
The text was updated successfully, but these errors were encountered: