The charts family visualizes code-coverage-style data: one hierarchy chart with three interchangeable layouts (sunburst, icicle, treemap), a trend chart for a metric over time, and an inline sparkline. Arc/tile size follows the amount of code (lines); color follows the coverage metric through a red→green scale over the 60–80% range.
Depth:
Dataset:
The workspace dataset is this repository's own coverage tree (803 files, 11 levels deep) — dense enough to show how the chart behaves when sections get very small.
The treeview below is the same data as an equivalent control (WCAG 2.2 target size): selecting a folder re-roots the chart.
Pointer zoom: Ctrl + scroll (trackpad pinch works too) magnifies around the cursor — labels keep their size, so small sections become readable as you zoom in. Drag to pan while magnified. On touch, pinch with two fingers and pan with two fingers; one finger keeps scrolling the page. Clicking a section still drills into it.
Inline, non-interactive trends for table cells — the numbers live in the row.
| Flag | Coverage | Trend |
|---|---|---|
| unit | 84% | |
| integration | 66% | |
| e2e | 41% |