Open
Description
Is is possible to easily display edge labels either:
- attached to each edge, or
- in the info box (so for example a list of edge attribute info associated with each node listed in the info box).
What I'd like to do is pass in a graph where the edge labels are descriptive text, and when I search for a node to see the other nodes it's connected to, get a list of those nodes along with the appropriate edge description.
(I guess the general case would be multi-edges with different labels, in which case it would be nice to list each label edge associated with a particular node).