Wrapper component that makes Recharts charts accessible via MAIDR.
This component extracts data configuration from props, converts it to
MAIDR's data format, and renders the Recharts children inside a <Maidr>
component for audio sonification, text descriptions, braille output,
and keyboard navigation.
In subplot mode (subplots prop set) the children must be one Recharts
chart per panel in row-major grid order; each is wrapped in a generated
.maidr-panel-<row>-<col> div used to scope highlighting to that panel.
See renderPanelGrid for the full children-order contract.
Wrapper component that makes Recharts charts accessible via MAIDR.
This component extracts data configuration from props, converts it to MAIDR's data format, and renders the Recharts children inside a
<Maidr>component for audio sonification, text descriptions, braille output, and keyboard navigation.In subplot mode (
subplotsprop set) the children must be one Recharts chart per panel in row-major grid order; each is wrapped in a generated.maidr-panel-<row>-<col>div used to scope highlighting to that panel. See renderPanelGrid for the full children-order contract.