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

    Horizontal bar gauge strategy.

    Renders a linear horizontal track with a filled region from min to the current value. Supports coloured zones, optional tick marks, and a numeric value readout.

    Ideal for progress-like KPIs: CPU load, battery level, tank fill, task completion, etc.

    Output kind: svg.

    const strategy = new BarGaugeStrategy({ ticks: 10 });
    

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: "Bar"

    Human-readable name for this strategy (e.g. "Analog", "VU Meter").

    Methods