Skip to content

fixed voice controll accessibility issue#36292

Open
v-baambati wants to merge 1 commit into
microsoft:masterfrom
v-baambati:AccessibilityIssueFix_June2026
Open

fixed voice controll accessibility issue#36292
v-baambati wants to merge 1 commit into
microsoft:masterfrom
v-baambati:AccessibilityIssueFix_June2026

Conversation

@v-baambati

Copy link
Copy Markdown
Contributor

No description provided.

@v-baambati v-baambati requested a review from a team as a code owner June 9, 2026 04:57
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

📊 Bundle size report

Package & Exports Baseline (minified/GZIP) PR Change
react-charts
DeclarativeChart
754.408 kB
220.139 kB
755.901 kB
220.641 kB
1.493 kB
502 B
react-charts
GroupedVerticalBarChart
394.37 kB
122.872 kB
395.002 kB
123.049 kB
632 B
177 B
react-charts
HorizontalBarChart
293.54 kB
88.973 kB
293.875 kB
89.081 kB
335 B
108 B
react-charts
VerticalBarChart
430.85 kB
127.756 kB
431.078 kB
127.845 kB
228 B
89 B
react-charts
VerticalStackedBarChart
400.574 kB
124.352 kB
400.974 kB
124.485 kB
400 B
133 B
Unchanged fixtures
Package & Exports Size (minified/GZIP)
react-charts
AreaChart
403.405 kB
125.786 kB
react-charts
DonutChart
313.868 kB
96.529 kB
react-charts
FunnelChart
305.367 kB
93.359 kB
react-charts
GanttChart
386.499 kB
120.153 kB
react-charts
GaugeChart
313.246 kB
95.915 kB
react-charts
HeatMapChart
388.581 kB
121.173 kB
react-charts
HorizontalBarChartWithAxis
63 B
83 B
react-charts
Legends
233.214 kB
69.846 kB
react-charts
LineChart
414.729 kB
128.737 kB
react-charts
PolarChart
342.213 kB
106.408 kB
react-charts
SankeyChart
211.914 kB
67.836 kB
react-charts
ScatterChart
394.112 kB
122.856 kB
react-charts
Sparkline
80.503 kB
26.644 kB
🤖 This report was generated against e1bbaa9c2add6cade924b3168c6363a290e96a14

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Pull request demo site: URL

@@ -594,7 +594,7 @@ export const GroupedVerticalBarChart: React.FC<GroupedVerticalBarChartProps> = R
onClick={pointData.onClick}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🕵🏾‍♀️ visual changes to review in the Visual Change Report

vr-tests-react-components/CalendarCompat 4 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/CalendarCompat.multiDayView - RTL.default.chromium.png 493 Changed
vr-tests-react-components/CalendarCompat.multiDayView - High Contrast.default.chromium.png 1226 Changed
vr-tests-react-components/CalendarCompat.multiDayView - Dark Mode.default.chromium.png 1100 Changed
vr-tests-react-components/CalendarCompat.multiDayView.default.chromium_1.png 494 Changed
vr-tests-react-components/Menu Converged - submenuIndicator slotted content 2 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Menu Converged - submenuIndicator slotted content.default.submenus open.chromium.png 413 Changed
vr-tests-react-components/Menu Converged - submenuIndicator slotted content.default - RTL.submenus open.chromium.png 404 Changed
vr-tests-react-components/Positioning 2 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Positioning.Positioning end.chromium.png 600 Changed
vr-tests-react-components/Positioning.Positioning end.updated 2 times.chromium.png 594 Changed
vr-tests-react-components/ProgressBar converged 2 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/ProgressBar converged.Indeterminate + thickness - Dark Mode.default.chromium.png 26 Changed
vr-tests-react-components/ProgressBar converged.Indeterminate + thickness - High Contrast.default.chromium.png 50 Changed
vr-tests-react-components/TagPicker 2 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/TagPicker.disabled.chromium.png 677 Changed
vr-tests-react-components/TagPicker.disabled - High Contrast.disabled input hover.chromium.png 1319 Changed

There were 3 duplicate changes discarded. Check the build logs for more information.

}
}
});
const legendVal = props.chartTitle?.trim() || singleSet.groupSeries?.[0]?.legend || 'Series';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why use chartTitle as legend?

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.

2 participants