@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface BarGaugeOptions

    Configuration options for the BarGaugeStrategy.

    interface BarGaugeOptions {
        borderRadius?: number;
        ticks?: number;
        trackHeight?: number;
    }
    Index

    Properties

    borderRadius?: number

    Corner radius for the track and fill bar (CSS pixels).

    4
    
    ticks?: number

    Number of equally-spaced tick marks along the track. Set to 0 to hide ticks entirely.

    5
    
    trackHeight?: number

    Height of the horizontal bar track (CSS pixels). The remaining space is used for labels and ticks.

    16