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

    Interface GaugeBand

    One qualitative band of a bullet chart, named and bounded above.

    Bands partition the range, so only the upper edge is carried: a band starts where the previous one ended, and the first starts at the gauge's min. Carrying both edges would let a chart declare overlapping or gapped bands that the drawing cannot express.

    interface GaugeBand {
        to: number;
        label: string;
    }
    Index

    Properties

    Properties

    to: number

    Upper edge of the band, inclusive.

    label: string

    What the band is called -- "poor", "ok", "good".