Node hover tooltips on route diagram #64

Closed
opened 2026-03-14 22:06:02 +01:00 by claude · 0 comments
Owner

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

## 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
Sign in to join this conversation.