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

    Interface BarBrailleState

    Braille state for bar charts with grouped values and min/max per group.

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

    Hierarchy

    • BaseBrailleState
      • BarBrailleState
    Index

    Properties

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