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

    Interface ChartJsKdeCoord

    One sample of a violin's kernel density estimate, as the boxplot plugin computes it: the value on the measured axis and the density there.

    interface ChartJsKdeCoord {
        v: number;
        estimate: number;
    }
    Index

    Properties

    Properties

    v: number
    estimate: number