Node hover tooltips on route diagram #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The reference design shows SVG
<title>elements on nodes with node type, expression, execution status, and duration. Currently no tooltips at all.Solution
Add
<title>element inside each node's SVG<g>with: node type, label, and (when overlay active) execution status + duration. Browser renders native tooltip on hover.Labels
route-diagram, visual