MAIDR JavaScript API
    Preparing search index...

    One place a geo dataset drew a value at.

    interface DrawnGeoRow {
        index: number;
        value: number;
        parsed: ChartJsParsedValue;
    }
    Index

    Properties

    Properties

    index: number

    Its position in the dataset, which is also its element index.

    value: number

    The value the map shades or sizes it by.

    What Chart.js parsed it into, which is where a bubble's degrees are.