MAIDR Documentation - v3.39.0
    Preparing search index...

    Interface BoxBrailleState

    Braille state for boxplots with quartile information.

    interface BoxBrailleState {
        id: string;
        empty: false;
        row: number;
        col: number;
        custom?: string[];
        values: BoxPoint[];
        min: number;
        max: number;
    }

    Hierarchy

    • BaseBrailleState
      • BoxBrailleState
    Index

    Properties

    id: string
    empty: false
    row: number
    col: number
    custom?: string[]
    values: BoxPoint[]
    min: number
    max: number