Skip to content
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

[Area Chart] Support legend multi selection #33475

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

srmukher
Copy link
Contributor

Support legend multi selection for area chart

image

@srmukher srmukher requested a review from a team as a code owner December 16, 2024 06:05
// Show the circle if no legends are selected or if the point's legend is in the selected legends
if (selectedLegends.length > 0 && !selectedLegends.includes(legend)) {
return 0;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is missing out on legend hovered condition.

Copy link

📊 Bundle size report

✅ No changes found

Copy link

Pull request demo site: URL

@@ -194,6 +194,7 @@ export interface IAccessibilityProps {

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵🏾‍♀️ visual regressions to review in the fluentuiv8 Visual Regression Report

Callout 4 screenshots
Image Name Diff(in Pixels) Image Type
Callout.Left center.chromium.png 2616 Changed
Callout.Bottom Right Edge RTL.chromium.png 1593 Changed
Callout.Top center.chromium.png 2178 Changed
Callout.Bottom auto edge.chromium.png 2309 Changed
react-charting-LineChart 1 screenshots
Image Name Diff(in Pixels) Image Type
react-charting-LineChart.Gaps.chromium.png 1 Changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants