-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltips: sort by count and fix render issue #8046
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're sorting by count, I'd resolve ties alphabetically instead.
Will leave the code portion of the review to marius :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is definitely an improvement and I wouldn't be opposed to merging. However, I don't think this is the best solution. Consider this extreme case, tooltips are impossible to read. I would add an upper bound on how wide/tall (depending on row/column) the tooltip can be, and ellipsis the text there (maybe 2-3 rows). Everything else lgtm!
Changes
Fixes #2620
Fixes #8014
wow look at that ~6K issue number difference
How did you test this code?
Stylistic changes