Agent runs
Agent run volume with accepted output overlay.
Multi-series line chart with endpoint labels.
/render stateMulti-series trend chart with Concrete grid, endpoint, target, and legend language.
Line chart is the default trend primitive for product summaries. Use dots only for inspection states; let the line and endpoint carry the hierarchy.
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 endpoint labels.
/render stateAgent run volume with accepted output overlay.
Trend with a horizontal reference target.
/render stateAgent run volume with accepted output overlay.
Point markers enabled for inspection.
/render stateStable loading state.
/render stateNo-data state.
/render stateFailed data state.
/render state| Name | Type | Default | Description |
|---|---|---|---|
title * | string | - | Chart title. |
description | string | - | Muted supporting copy. |
series | readonly DataSeries[] | [] | One or more typed data series. |
target | number | - | Optional horizontal reference line. |
state | 'ready' | 'loading' | 'empty' | 'error' | ready | Async data state. |
message | string | - | Optional async state message override. |
showDots | boolean | false | Shows every point marker for inspection states. |
showEndLabels | boolean | true | Labels each series endpoint. |
showGrid | boolean | true | Shows horizontal grid rules. |
showXAxis | boolean | true | Shows sparse x-axis labels. |
showYAxis | boolean | true | Shows y-axis tick labels. |
height | number | 220 | SVG plot height. |
legend | boolean | true | Shows derived legend indicators. |
surface | 'raised' | 'sunken' | 'transparent' | raised | Plot stage surface. |