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

    The needle of an am5radar gauge, with the axis it is pinned to.

    A gauge is the one layer in this adapter whose source is the chart rather than a series: amCharts draws the hand as an AxisBullet on an axis data item, so a ClockHand gauge routinely carries no series at all. Both the extraction and the highlight need the same three things, so they are found once and shared.

    interface AmGaugeHand {
        axis: AmAxis;
        dataItem: AmDataItem;
        sprite: AmSprite;
    }
    Index

    Properties

    Properties

    axis: AmAxis

    The axis the hand is pinned to, which carries the dial's range.

    dataItem: AmDataItem

    The axis data item the hand's value is read from.

    sprite: AmSprite

    The ClockHand sprite itself, which is what the overlay outlines.