MAIDR Documentation - v3.73.0
    Preparing search index...

    Interface D3MultiPanelResult

    Result of a multi-panel D3 binder (bindD3Facets, bindD3Subplots).

    interface D3MultiPanelResult {
        maidr: Maidr;
        layers: MaidrLayer[];
    }
    Index

    Properties

    Properties

    maidr: Maidr

    Complete multi-subplot MAIDR JSON data.

    layers: MaidrLayer[]

    One generated layer per panel, in row-major (visual reading) order.