Unique identifier for the chart. Used for DOM element IDs.
OptionaltitleChart title displayed in text descriptions.
OptionalsubtitleChart subtitle.
OptionalcaptionChart caption.
The MUI X chart to make accessible: one <BarChart>, <LineChart>,
<ScatterChart> or <PieChart> element, optionally wrapped in plain
elements such as a <Box>. Its series, xAxis, yAxis, dataset and
layout props are what the adapter reads.
OptionalchartWhich kind of chart children is.
Only needed when the kind cannot be recognised on its own. The adapter reads it from the component's name first and, failing that, from the class names MUI stamps on the rendered SVG, so a minifier that renames the component still leaves the second route open.
Configuration accepted by both the MaidrMuiCharts wrapper component and the
useMuiChartsAdapterhook.