Skip to content

Change default value for sorting dropdown in settings#7051

Merged
arcra merged 2 commits into
tensorflow:masterfrom
cdavalos7:feature/change-default-sort-value
Jan 22, 2026
Merged

Change default value for sorting dropdown in settings#7051
arcra merged 2 commits into
tensorflow:masterfrom
cdavalos7:feature/change-default-sort-value

Conversation

@cdavalos7
Copy link
Copy Markdown
Contributor

@cdavalos7 cdavalos7 commented Jan 21, 2026

Motivation for features / changes

The tooltip is now limited to 5 items, so the default sorting should prioritize the most relevant data. Setting Nearest Pixel as the default ensures the tooltip shows the items closest to the cursor, reducing clutter and improving readability.

Technical description of changes

Updated the dropdown settings view component to use Nearest Pixel as the default sorting option. This affects the initial tooltip ordering logic so the first 5 displayed items are the ones closest to the cursor position.

@cdavalos7 cdavalos7 marked this pull request as ready for review January 22, 2026 22:07
@cdavalos7 cdavalos7 requested a review from arcra January 22, 2026 22:07
@arcra arcra merged commit 1ddc86a into tensorflow:master Jan 22, 2026
11 of 14 checks passed
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.

Implement "Nearest Pixel" as the default Tooltip sorting method Reduce tooltip size in time series dashboard

2 participants