# XWUIChartConfidenceIntervalSimple

A simple confidence-interval chart (point estimates with their confidence-interval
whiskers, in a stripped-down form): a fixed-type wrapper around `XWUIChart` that plots
each estimate as a marker and extends a whisker across its interval so the uncertainty
around every point is visible at a glance. Pass each line as a `series` of `{ x, y }`
values plus a `block` preset (1-4) and `size` (`sm` / `md` / `lg`); the shared
block config also exposes legend, grid, axis, data-label, and tooltip-formatter toggles.
Use it when you want a clean, low-clutter view of estimates and their margins of error.

## Basic Usage

Two monthly series (Series A and Series B, Jan-Jun) plotted as point estimates with
their confidence-interval whiskers at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two monthly series rendered as point estimates with confidence-interval whiskers.
```

## A/B Test Conversion

Conversion rates for four experiment variants as point estimates with 95% confidence whiskers.

```example
file: examples/ABTestConversion.ts
html: examples/ABTestConversion.html
title: A/B Test Conversion
description: Checkout conversion per variant as point estimates with 95% confidence-interval whiskers.
```

## Poll Support with Margin of Error

Candidate support as point estimates with the poll's plus-or-minus margin-of-error whiskers.

```example
file: examples/PollResults.ts
html: examples/PollResults.html
title: Poll Support with Margin of Error
description: Candidate poll support as point estimates with the ±3% margin-of-error whiskers and data labels.
```

```api
```
