-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add tooltip support for exact X & Y values on hover #31
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
feat: add tooltip support for exact X & Y values on hover #31
Conversation
Hi @juliangruber, @bajtos, and @NikolasHaimerl, I’ve made some changes to address this issue. I’d really appreciate it if you could review them and share any feedback. Please let me know if I’m on the right track or if any improvements are needed. |
I love this, thank you @Winter-Soren so much for this contribution! |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Thank you so much, @Winter-Soren!! |
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.
See comments above
@juliangruber Thanks a lot for the feedback, Ill rectify and commit! |
ping @Winter-Soren 🙏 |
I'm going to go ahead with merging this as it's a lot more useful than what we have one. We can fix the kinks later |
Add Tooltips to All Dashboard Graphs
Description
This PR adds hover tooltips to all graphs in the Spark Dashboard to show exact values when users hover over data points. This enhancement improves the dashboard's usability by allowing users to see precise values without having to estimate from the axes.
Changes Made
Added tooltips with formatted values to:
Line Graphs (Overall Spark RSR)
Histograms (Spark Miner RSR)
Time To First Byte (TTFB) Graph
Retrieval Result Codes Graph
RSR Buckets Over Time Graphs
Implementation Details
Screenshots
Fixes #11