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

[GVBC] Enabling multiple legend selection for Grouped Vertical Bar Chart #33511

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

Conversation

srmukher
Copy link
Contributor

Enabling multiple legend selection for Grouped Vertical Bar Chart

image

@srmukher srmukher requested a review from a team as a code owner December 23, 2024 10:15
Copy link

github-actions bot commented Dec 23, 2024

📊 Bundle size report

✅ No changes found

Copy link

Pull request demo site: URL

@@ -0,0 +1,7 @@
{
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.No callout width specified.chromium.png 2319 Changed
Callout.Left top edge.chromium.png 1949 Changed
Callout.Right top edge.chromium.png 1127 Changed
Callout.Bottom auto edge.chromium.png 2309 Changed

@@ -109,7 +110,7 @@ export class GroupedVerticalBarChartBase extends React.Component<
dataForHoverCard: 0,
isCalloutVisible: false,
refSelected: null,
selectedLegend: props.legendProps?.selectedLegend ?? '',
selectedLegends: [],
Copy link
Contributor

Choose a reason for hiding this comment

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

[]

same as other PRs

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