Skip to content

fix: heatmap tooltip not updating when hovering between cells#137

Open
LeePepe wants to merge 1 commit intonocoo:mainfrom
LeePepe:fix/by-agent-stack-color-mapping
Open

fix: heatmap tooltip not updating when hovering between cells#137
LeePepe wants to merge 1 commit intonocoo:mainfrom
LeePepe:fix/by-agent-stack-color-mapping

Conversation

@LeePepe
Copy link
Copy Markdown
Contributor

@LeePepe LeePepe commented Apr 27, 2026

The heatmap calendar rendered 365+ individual Radix <Tooltip> components, causing stale tooltip content when moving between adjacent cells. Replaced with a single absolutely-positioned floating tooltip controlled via onMouseEnter/onMouseLeave state, which correctly updates on every cell hover.

The heatmap calendar rendered 365+ individual Radix <Tooltip> components,
causing stale tooltip content when hovering between adjacent cells.

Replace with a single absolutely-positioned tooltip controlled via
onMouseEnter/onMouseLeave, which correctly updates content on every cell.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant