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

    One subplot's worth of navigation-map input: the MAIDR layers built from a chart, the live series grouped as the adapter grouped them, and the owning chart itself.

    interface NavMapEntry {
        layers: MaidrLayer[];
        groups: SeriesGroups;
        chart: AmXYChart;
    }
    Index

    Properties

    Properties

    layers: MaidrLayer[]
    groups: SeriesGroups
    chart: AmXYChart