OptionalidOverride the figure ID used in the MAIDR schema.
OptionaltitleFigure-level title. Panel names come from each chart's own title.
OptionalaxesFigure-level axis-label overrides applied to every panel's layers.
OptionallayoutHow to arrange a FLAT chart array into a grid. Ignored when charts
is already a 2D array.
{ rows?, columns? } — chunk row-major (see AnyChartsLayout).'auto' — derive the grid from each chart container's on-page
position: containers are clustered into rows by their bounding-rect
top and sorted left-to-right within each row. Requires every chart
to have a resolvable, attached container.
Options the consumer can pass when binding a multi-panel group of AnyChart charts to MAIDR.
Unlike AnyChartBinderOptions,
titleandaxeshere are figure-level overrides:titlebecomes the whole figure's title, andaxes(when set) replaces the per-panel axis titles extracted from each chart. Each panel's display name always comes from its own chart title.