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

    Interface MaidrSubplot

    Subplot data structure containing optional legend and trace layers.

    interface MaidrSubplot {
        legend?: string[];
        selector?: string;
        layers: MaidrLayer[];
    }
    Index

    Properties

    legend?: string[]
    selector?: string
    layers: MaidrLayer[]