From f24c90535b59ecb74922f678ca168b3fd6ff98be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:26:43 +0000 Subject: [PATCH] chore(spec): auto-polish treemap-basic Added missing Example field to Data section for spec completeness. Co-Authored-By: Claude --- plots/treemap-basic/specification.md | 1 + plots/treemap-basic/specification.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plots/treemap-basic/specification.md b/plots/treemap-basic/specification.md index 761ee7b91c..63d559beeb 100644 --- a/plots/treemap-basic/specification.md +++ b/plots/treemap-basic/specification.md @@ -17,6 +17,7 @@ A treemap displaying hierarchical data as nested rectangles, where each rectangl - `subcategory` (string) - optional sub-category for nested hierarchy - `value` (numeric) - size/magnitude determining each rectangle's area - Size: 5-50 items +- Example: Company expense breakdown by department and cost center, or product catalog by category and subcategory with sales volume ## Notes diff --git a/plots/treemap-basic/specification.yaml b/plots/treemap-basic/specification.yaml index ea9535d168..f4cfe2aaa3 100644 --- a/plots/treemap-basic/specification.yaml +++ b/plots/treemap-basic/specification.yaml @@ -6,7 +6,7 @@ title: Basic Treemap # Specification tracking created: 2025-12-14T11:15:11Z -updated: 2025-12-14T11:15:11Z +updated: 2026-05-05T22:26:26Z issue: 766 suggested: MarkusNeusinger