MAIDR JavaScript API
    Preparing search index...

    Variable BoxplotSectionConst

    BoxplotSection: {
        LOWER_OUTLIER: "Lower outlier(s)";
        MIN: "Minimum";
        Q1: "25%";
        Q2: "50%";
        Q3: "75%";
        MAX: "Maximum";
        UPPER_OUTLIER: "Upper outlier(s)";
        MEAN: "Mean";
    } = ...

    Constant object defining all boxplot sections.

    The values are the sections' stable identities — the trace lays its rows out along them and the live data service looks one up by name — and they double as the English labels. What a reader is told is boxSectionLabel, which is the same words in English and the translated ones elsewhere, so a language change never moves a section.

    Type Declaration

    • ReadonlyLOWER_OUTLIER: "Lower outlier(s)"
    • ReadonlyMIN: "Minimum"
    • ReadonlyQ1: "25%"
    • ReadonlyQ2: "50%"
    • ReadonlyQ3: "75%"
    • ReadonlyMAX: "Maximum"
    • ReadonlyUPPER_OUTLIER: "Upper outlier(s)"
    • ReadonlyMEAN: "Mean"