CANVE / canve-viz

CANVE visualizer UI
3 stars 1 forks source link

Feature/48 highlight edges #58

Closed danielabar closed 8 years ago

danielabar commented 8 years ago

When a node is hovered over, all its source and target edges are highlighted, with a different color for source vs target highlighting.

Also introduced text label displaying edgeKind along each edge. Another issue is opened to improve this feature #54.

Converted edges from svg line to path, in anticipation of future requirement to handle multi-graph #53.

Fixes #48