# XWUIChartBulletInCellTable

A chart variant backed by `XWUIChart` that embeds a small bullet gauge inside each table cell, pairing numeric rows with inline measure-vs-target visuals for at-a-glance scanning. Provide named `series` of `{ x, y }` points and pick a `block` (1-4) and `size` preset.

## Basic Usage

Two named monthly series rendered as in-cell bullet gauges.

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

## Sales Rep Quota Attainment

A rep-by-rep table where each row carries an inline bullet of attainment percent against the 100% quota tick, with the legend shown.

```example
file: examples/RepQuota.ts
html: examples/RepQuota.html
title: Sales Rep Quota Attainment
description: One row per rep with an in-cell bullet of attainment against quota.
```

## Project Milestone Progress

Project phases listed as table rows, each with an in-cell bullet of percent complete toward the 100% goal and a "%" unit.

```example
file: examples/MilestoneProgress.ts
html: examples/MilestoneProgress.html
title: Project Milestone Progress
description: One row per milestone with an in-cell bullet of percent complete vs 100%.
```

```api
```
