heatmap seems to be missing from A2UI #57

Closed
opened 2026-07-28 11:45:58 +00:00 by hugo · 1 comment
Owner

bDS and bDS2 have heatmap as an a2ui widget, but this app seems to be missing that widget. find its layout in ../bDS2 and implement it, if it really is missing.

bDS and bDS2 have heatmap as an a2ui widget, but this app seems to be missing that widget. find its layout in ../bDS2 and implement it, if it really is missing.
hugo added the bug label 2026-07-28 11:45:58 +00:00
Author
Owner

Implemented in 5ec8730. Added heatmap to the A2UI catalog schema, validator, system prompt, README, and live validation suite, plus a native matrix renderer. The implementation matches bDS2 behavior: series entries become rows, segment labels form first-seen columns, missing cells are zero, rows without segments are omitted, values use one global scale, zero cells are transparent, and positive cells use the same green-to-red interpolation and contrast calculation. Added focused catalog and renderer parity checks. Verified with cargo fmt, Clippy with warnings denied, make bundle, and the full suite: 145 passed, 12 ignored, 0 failed.

Implemented in 5ec8730. Added heatmap to the A2UI catalog schema, validator, system prompt, README, and live validation suite, plus a native matrix renderer. The implementation matches bDS2 behavior: series entries become rows, segment labels form first-seen columns, missing cells are zero, rows without segments are omitted, values use one global scale, zero cells are transparent, and positive cells use the same green-to-red interpolation and contrast calculation. Added focused catalog and renderer parity checks. Verified with cargo fmt, Clippy with warnings denied, make bundle, and the full suite: 145 passed, 12 ignored, 0 failed.
hugo closed this issue 2026-07-28 16:45:05 +00:00
Sign in to join this conversation.