Add A2UI heatmap charts

This commit is contained in:
Georg Bauer
2026-07-28 18:44:45 +02:00
parent abac978f54
commit 5ec873074b
5 changed files with 209 additions and 6 deletions

View File

@@ -23,6 +23,12 @@ const CASES: &[Case] = &[
components: &["Chart"],
chart_type: Some("donut"),
},
Case {
name: "heatmap-natural",
prompt: "Do not call tools. Show a heatmap of pull requests reviewed in 2025 and 2026, with each year as a row and January, February, and March as columns. Use values 2, 5, 3 for 2025 and 4, 1, 6 for 2026.",
components: &["Chart"],
chart_type: Some("heatmap"),
},
Case {
name: "form-controls",
prompt: "Do not call tools. Build an A2UI Form for a name, multiline notes, due date, and multiple checkbox priorities, with a submit button.",