MAIDR Documentation - v4.4.0
    Preparing search index...

    A mark reached through the data item it hangs on.

    kind tells the overlay which geometry to read: a column's box, a line point, the wedge-shaped sprite of a pie slice, funnel stage or polar column, the glyph of a word cloud's term, or the drawn polygon of a map region.

    interface NavItemTarget {
        series: AmXYSeries;
        dataItem: AmDataItem;
        kind: "slice" | "label" | "column" | "point" | "region";
    }
    Index

    Properties

    Properties

    series: AmXYSeries
    dataItem: AmDataItem
    kind: "slice" | "label" | "column" | "point" | "region"