Gauge Chart
Display a speedometer-style gauge with a pointer. Supports custom ranges with color zones for thresholds like warning and danger levels.
Installation
dotnet add package Lumeo.Charts
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <GaugeChart />
Simple single-value gauge showing vehicle speed against a 200 km/h maximum. No color ranges — a clean, minimal speedometer look.
CPU utilisation gauge with green/amber/red threshold zones making it immediately clear when the system is under stress.
Marketing conversion rate displayed as a percentage gauge. A compact widget suitable for a summary dashboard header.
Net Promoter Score ranging from -100 to +100 with four colour bands — Detractor, Passive, Good, and Excellent.
Disk usage gauge with no pointer — the arc colour alone signals capacity. Toolbox enabled for screenshot export.