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

    The mark groups of one box plot, as indices into the plot's groups.

    interface BoxComposite {
        bar: number;
        rule: number;
        tick: number;
        dot?: number;
    }
    Index

    Properties

    Properties

    bar: number

    The interquartile boxes.

    rule: number

    The whiskers.

    tick: number

    The medians.

    dot?: number

    The outliers, absent when the chart drew none.