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

    Normalised facet description. Exactly one of the following holds:

    • rowChannel and/or columnChannel set (row/column faceting), or
    • wrapChannel set (wrapped faceting; columns bounds the row width).
    interface FacetDescriptor {
        rowChannel?: VegaLiteChannelDef;
        columnChannel?: VegaLiteChannelDef;
        wrapChannel?: VegaLiteChannelDef;
        columns?: number;
        childSpec: VegaLiteSpec;
    }
    Index

    Properties

    rowChannel?: VegaLiteChannelDef
    columnChannel?: VegaLiteChannelDef
    wrapChannel?: VegaLiteChannelDef
    columns?: number
    childSpec: VegaLiteSpec

    The per-panel template spec (facet channels already stripped).