Chart Components (React)
These demos use the ui-react-dom-charts module to render Store Tables and Queries ResultTables as simple SVG charts.
The set is organized as a small gallery of chart themes:
| Theme | Demo |
|---|---|
| Basics | LineChart component |
| Styling | Styled LineChart component |
| Composition | Composing Charts |
| Data | Sorting And Types |
| Axes | Axis Overrides |
| Time | Time Axes |

<LineChart />
In this demo, we render a Store Table with the LineChart component from the ui-react-dom-charts module. Read more.

Composing Charts
This demo shows how CartesianChart component can render multiple child series from the same Table. Each child series owns its own Cell bindings, while the parent chart coordinates the shared axes and layout. Read more.

Sorting And Types
This demo shows how chart components handle common x value shapes: continuous numeric values, ISO date strings, ordered category labels, and boolean categories. In each case, y values must be finite numbers. Read more.

Axis Overrides
This demo shows how XAxis and YAxis component children can override the inferred axis titles, bounds, ticks, tick formatting, and SVG classes in a CartesianChart component. Read more.

