Skip to content

Commit 83f780c

Browse files
authored
A11y bug fixes - BUG 11013095 (#35704)
1 parent c08d008 commit 83f780c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "A11y bug fix",
4+
"packageName": "@fluentui/react-charts",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/charts/react-charts/library/src/components/FunnelChart/FunnelChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export const FunnelChart: React.FunctionComponent<FunnelChartProps> = React.forw
476476
height={height}
477477
className={classes.chart}
478478
{...arrowAttributes}
479-
role={'img'}
479+
role={'region'}
480480
aria-label={props.chartTitle}
481481
>
482482
{!props.hideLegend && props.chartTitle && (

0 commit comments

Comments
 (0)