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

    Interface AnalogGaugeOptions

    Configuration options for the AnalogGaugeStrategy.

    interface AnalogGaugeOptions {
        majorTicks?: number;
        minorTicks?: number;
        sweepDegrees?: number;
    }
    Index

    Properties

    majorTicks?: number

    Number of major (labelled) ticks around the arc.

    10
    
    minorTicks?: number

    Number of minor (unlabelled) ticks between each major pair.

    4
    
    sweepDegrees?: number

    Total arc sweep in degrees.

    • 270 — classic three-quarter gauge (default)
    • 180 — semicircle / half-gauge
    • Any value between 30 and 360 is accepted
    270