A Linear Gauge maps a value onto a straight axis, making it well suited for side-by-side comparisons of different scales. AnyChart JS supports multiple LED pointers within a single gauge, each with its own independent scale and color settings.
This sample shows five LED pointers sharing one input value but mapped to different scales (0–100, 35–200, 15–150, 10–175, and 5–120). A range slider below the gauge lets you adjust the value from 0 to 200 in real time. When the input exceeds a pointer’s maximum, that pointer caps at its upper limit. Labels above each pointer update dynamically to reflect the current reading.
Follow the step-by-step Linear Gauge Tutorial to learn how such charts are built. See the Linear Gauge documentation for all configuration options.