# XWUIDashboardGoalTracker

A goal/OKR progress tracker: a bar or ring that fills from a start value toward a target, with milestone ticks along the track and a pace-projected completion date that classifies the goal as on-track, at-risk, or behind.

## Basic Usage

A quarterly revenue goal tracked as a linear bar with milestone checkpoints.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A quarterly revenue goal tracked as a linear bar with milestone checkpoints; the current pace is ahead of schedule, so it renders green with an "On track" caption.
```

## Ring Variant

The same tracker rendered as a ring, with a pace that lands just past the due date.

```example
file: examples/RingVariant.ts
html: examples/RingVariant.html
title: Ring Variant
description: The same tracker rendered as a ring instead of a bar; this pace lands just past the due date, so it renders amber with an "At risk" caption, and the readout below shows the same numbers read back through the public getters.
```

## API

```api
```
