children with MUI X's own keyboard navigation turned off on the chart
element, unless the consumer set disableKeyboardNavigation themselves.
MUI X v9 makes every chart a tab stop that moves its own focus ring and
speaks its own announcements on the arrow keys. Inside MAIDR's plot that is
a second, competing reading of the same chart: two tab stops, and the arrow
keys driving both. MAIDR's navigation is the one this wrapper exists for.
Parameters
children: ReactNode
The wrapper component's children
Returns ReactNode
The same tree, with the chart element cloned where needed
childrenwith MUI X's own keyboard navigation turned off on the chart element, unless the consumer setdisableKeyboardNavigationthemselves.MUI X v9 makes every chart a tab stop that moves its own focus ring and speaks its own announcements on the arrow keys. Inside MAIDR's plot that is a second, competing reading of the same chart: two tab stops, and the arrow keys driving both. MAIDR's navigation is the one this wrapper exists for.