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
FatalitiesPerYearPlot: pin unified hover label at top of plot
Plotly's `x unified` hover label is anchored to the topmost trace value at
each x, so it bobs up/down as the user moves across bars. A `MutationObserver`
now overrides the hover label's SVG `transform` attribute with a CSS
transform (which wins per spec) to lock its y at a fixed offset from the
plot's top — Plotly's re-renders no longer fight back.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments