# XWUIChartMarketEquilibrium

A market-equilibrium chart: a fixed-type wrapper around `XWUIChart` (resolving to the `line`
renderer) for economics-style supply-and-demand curves, where the crossing point marks the
equilibrium price and quantity. It inherits the shared chart block contract - construct it
with `(container, data, conf_comp)` where data is `{ series, title? }`, then pick the `block`
variant and `size`, and optionally toggle legend / grid / axes / data labels, opt into 3D,
and forward tooltip and tick formatters to the underlying chart. Use it to plot intersecting
demand and supply lines with no per-variant configuration overhead.

## Basic Usage

Two named series plotted as intersecting curves at the md size preset.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two series plotted as crossing supply/demand-style lines at the medium size.
```

## Coffee Supply and Demand

A classic price-versus-quantity diagram where rising supply and falling demand meet at the clearing price.

```example
file: examples/CoffeeMarket.ts
html: examples/CoffeeMarket.html
title: Coffee Supply and Demand
description: Supply and demand curves crossing at the coffee market equilibrium.
```

## Housing Market Demand Shift

A supply curve with two demand curves shows how a demand shock moves the equilibrium outward.

```example
file: examples/HousingDemandShift.ts
html: examples/HousingDemandShift.html
title: Housing Market Demand Shift
description: An outward demand shift raising both equilibrium price and quantity.
```

```api
```
