MAIDR JavaScript API
    Preparing search index...

    The layers and legend of one converted chart.

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

    Properties

    Properties

    layers: MaidrLayer[]
    legend?: string[]