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
This change facilitates the drawing of undirected graphs. Note this is a visual change only. The underlying graph remains a directed graph.
Usage: g.setEdge(x, y, {arrowhead: 'undirected'});
0 commit comments