Skip to content

fix(ourlogs): Hide axis pointer label on collapsed spark line chart#115276

Merged
JoshuaKGoldberg merged 1 commit into
masterfrom
joshuakgoldberg/fix/logs-794-remove-sparkline-tooltip
May 13, 2026
Merged

fix(ourlogs): Hide axis pointer label on collapsed spark line chart#115276
JoshuaKGoldberg merged 1 commit into
masterfrom
joshuakgoldberg/fix/logs-794-remove-sparkline-tooltip

Conversation

@JoshuaKGoldberg
Copy link
Copy Markdown
Member

@JoshuaKGoldberg JoshuaKGoldberg commented May 11, 2026

Hovering the collapsed spark line preview in the logs chart header rendered a small floating value label pinned to the (hidden) y-axis. That's separate from the main mouse-following tooltip. We only want the main one when the y-axis is hidden.

Before After
Screenshot 2026-05-11 at 11 02 14 AM Screenshot 2026-05-11 at 11 01 55 AM

Fixes LOGS-792.

Made with Cursor

The collapsed spark line preview in the logs chart header rendered a
floating axis-pointer value label next to its (hidden) y-axis on hover,
in addition to the main mouse-following tooltip. Bake `axisPointer.label`
suppression into the shared HIDDEN_AXIS so any hidden axis no longer
leaks its hover value label.

Refs LOGS-794

Co-authored-by: Cursor <cursoragent@cursor.com>
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 11, 2026

LOGS-794

LOGS-792

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 11, 2026
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.46%

@JoshuaKGoldberg JoshuaKGoldberg requested a review from a team May 11, 2026 15:07
@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review May 11, 2026 15:13
@JoshuaKGoldberg JoshuaKGoldberg requested a review from a team as a code owner May 11, 2026 15:13
@JoshuaKGoldberg JoshuaKGoldberg merged commit 4a1005f into master May 13, 2026
79 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the joshuakgoldberg/fix/logs-794-remove-sparkline-tooltip branch May 13, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants