# XWUIChartBullet

A compact KPI chart variant backed by `XWUIChart` that shows a measure against a target and qualitative ranges in a single horizontal bar - a space-efficient gauge replacement. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series rendered as bullet bars.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series drawn as a bullet chart at the md preset.
```

## Quarterly KPIs

Four business KPIs rendered as large interactive bullets, each measure shown against its target tick over good/better/best bands with the legend visible.

```example
file: examples/QuarterlyKpis.ts
html: examples/QuarterlyKpis.html
title: Quarterly KPIs
description: Revenue, users, NPS, and churn as bullets with target ticks and qualitative bands.
```

## Service SLA Metrics

Operational service-level metrics as bullets comparing the measured value to its SLA target across tolerance bands, with a "%" unit.

```example
file: examples/SlaMetrics.ts
html: examples/SlaMetrics.html
title: Service SLA Metrics
description: Uptime, latency, error rate, and resolution as bullets against SLA targets.
```

```api
```
