Fix tooltip visibility and expand color palette (fixes #196)#277
Merged
emeryberger merged 1 commit intomasterfrom Mar 28, 2026
Merged
Fix tooltip visibility and expand color palette (fixes #196)#277emeryberger merged 1 commit intomasterfrom
emeryberger merged 1 commit intomasterfrom
Conversation
ebkalderon
approved these changes
Mar 27, 2026
Contributor
ebkalderon
left a comment
There was a problem hiding this comment.
Seems to work pretty well! Tested locally on a Rust application with 11 progress points, and the UI looks much clearer. I'm especially happy to see the in-tooltip filenames originally from #169 have returned. Thanks for addressing this, @emeryberger. 🎉
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
% 4and plot series used% 5, but CSS defines 8 distinct series colors. Both now use% 8so all colors (indigo, emerald, rose, amber, violet, cyan, pink, lime) are utilized./Users/.../linear_regression-pthread.c:86made the tooltip 590px wide). Fixed by: passing the SVG circle element directly to d3-tip (tip.show(d, this)instead oftip.show(d, i)), truncating paths to justfilename:linein the tooltip, and addingmax-width: 320pxwith word-wrap as a safety net.Closes #196
Test plan
🤖 Generated with Claude Code