Agent runs
Agent run volume with accepted output overlay.
Multi-series line chart with a target marker.
/render stateBackward-compatible discriminated union wrapper for every focused chart component.
Chart is a convenience wrapper. Prefer LineChart, BarChart, DonutChart, and Heatmap in product code when the chart type is known.
Agent run volume with accepted output overlay.
Controls update query params directly. Complex slots use curated fixtures so component states stay deterministic, linkable, and screenshot-ready.
Every state maps to the same component render route through the `state` query param.
Agent run volume with accepted output overlay.
Multi-series line chart with a target marker.
/render stateAccepted runs and total executions.
Soft area chart for trend previews.
/render stateGrouped bar comparison.
/render stateStacked bar composition.
/render statePart-to-whole ring summary.
/render stateCompact two-axis intensity grid.
/render stateStable loading state.
/render stateNo-data state.
/render stateFailed data state.
/render state| Name | Type | Default | Description |
|---|---|---|---|
variant * | 'line' | 'area' | 'bar' | 'stacked-bar' | 'donut' | 'heatmap' | line | Chart renderer selected by the discriminated schema. |
title * | string | - | Chart title. |
description | string | - | Muted supporting copy. |
state | 'ready' | 'loading' | 'empty' | 'error' | ready | Async data state. |
message | string | - | Optional async state message override. |
height | number | 220 | SVG or grid stage height. |
legend | boolean | true | Shows derived legend indicators. |
showHeader | boolean | true | Shows title, description, and async state indicator. |
surface | 'raised' | 'sunken' | 'transparent' | raised | Foundation surface treatment for the plot stage. |
series | readonly DataSeries[] | - | Line and area series data. |
points | readonly DataPoint[] | - | Bar chart points. |
groups | readonly StackedBarGroup[] | - | Stacked bar groups. |
segments | readonly DataPoint[] | - | Donut segments. |
cells | readonly HeatmapCell[] | - | Heatmap cells. |