-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Modify hover card as per design #28617
base: master
Are you sure you want to change the base?
Conversation
📊 Bundle size report🤖 This report was generated against 88bd423b47995eca9a23a8438405d55626be9ebf |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 6db1724:
|
Asset size changesUnable to find bundle size details for Baseline commit: 325743f Possible causes
Recommendations
|
packages/react-charting/src/utilities/ChartHoverCard/ChartHoverCard.base.tsx
Show resolved
Hide resolved
backgroundBlendMode: 'normal, luminosity', | ||
}, | ||
], | ||
calloutContentRoot: { |
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.
Just found out that single callout is showing the left color border as white in high contrast mode. Because the forcedColorAdjust high contrast selector is not set.
But it is set for multi value callout.
Previous Behavior
New Behavior