-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[charts] Update Tooltip style #15630
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
Conversation
CodSpeed Performance ReportMerging #15630 will not alter performanceComparing Summary
|
Deploy preview: https://deploy-preview-15630--material-ui-x.netlify.app/ |
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 deals with the
- "popper" styles
- removing the shadow around the "series colors"
- decreasing whitespace around values
What is missing
- Different "color indicator" shapes for different graphs
- I feel like the first picture should me more similar to this but @noraleonte should be able to confirm 😃
Yes, I keep that one is a bit more technical so I prefer to keep it in a distinct PR. Notice it will also impact the legend.
I agree mine feels a bit weird. Maybe a |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Yeah they use the same style, but one is rendered in SVG and the other in HTML, so there are some differences there 🙃 Should be handled in #15733 |
I intend to do a pass on tooltips after legends are done. So we can use the correct mark shapes. |
Co-authored-by: Jose C Quintas Jr <[email protected]>
Implement the new default styling of tooltip
https://www.figma.com/design/upttiqJUQYGUu3xo6w7COx/Design-refinement?node-id=46-515&node-type=frame&t=kk9pUO7rSFzQXLYG-0
Some before/after screenshots
Changelog