# XWUIDashboardThresholdGauge

A semicircular arc gauge that shows one metric value against green/amber/red
threshold bands, for at-a-glance health of a single number such as capacity,
SLA, or a health score.

## Basic Usage

A capacity gauge with green/amber/red threshold bands.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A capacity gauge with green/amber/red threshold bands.
```

## Live Updates

Driving the gauge from outside via the public `setValue()` API; the needle animates to its new angle instead of snapping.

```example
file: examples/LiveUpdates.ts
html: examples/LiveUpdates.html
title: Live Updates
description: Driving the gauge from outside via the public setValue() API; the needle animates to its new angle instead of snapping.
```

## API

```api
```
