{# Area chart region — UX-068 (cycle 28, v0.60.0). Contract: ~/.claude/skills/ux-architect/components/area-chart-region.md Stacked-area time-series from a multi-dim pivot: dim 0 = time bucket (BucketRef), dim 1 = series key (scalar / enum / FK). Consumes `pivot_buckets` + `pivot_dim_specs` so the same data path that feeds pivot_table feeds this chart too — the dimensions just get pivoted from rows to stacked series. Card safety: region emits zero chrome + zero title. #} {% from 'macros/region_wrapper.html' import region_card %} {% call region_card(title) %}
{{ tcount }} buckets · {{ series_keys | length }} series · peak {{ max_total }}
{% else %}{{ empty_message | default("No data available.") }}
{% endif %}