MAIDR Documentation - v3.72.1
    Preparing search index...
    D3AdapterSpec:
        | D3PanelChartSpec
        | { chartType: "facets"; config: D3FacetsConfig }
        | { chartType: "subplots"; config: D3SubplotsConfig }

    Discriminated union describing which binder to run and the config to pass it.

    The chartType field narrows the associated config to the correct binder-specific type. This is what useD3Adapter and <MaidrD3> consume.

    Besides the nine single-chart types, 'facets' (homogeneous small multiples) and 'subplots' (heterogeneous panel grids) select the multi-panel binders.