MAIDR JavaScript API
    Preparing search index...

    One mark of a distribution chart, and the parse it was read from.

    interface DistributionCell {
        datasetIndex: number;
        index: number;
        value: ChartJsParsedValue;
    }
    Index

    Properties

    datasetIndex: number

    The dataset that drew it.

    index: number

    Its position within that dataset, which is its Chart.js element index.

    The plugin's parse of it.