You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The four matrix reports flattened their across-dimension into `rows` (the
pre-9.1 stopgap, which the dataset renderer degraded to a flat grouped
table). spec 9.1 added `Report.columns` for the true cross-tab axis, so
move the second dimension into `columns`:
- accounts_by_industry_type: industry × type
- lead_inflow_by_month_source: lead_source × last_contacted_date
- cases_opened_by_day_priority: priority × created_date
- pipeline_coverage_by_quarter: forecast_category × close_date
The two summary reports keep their multi-level `rows` (legit down-axis
nesting, no across). Refresh three doc comments that referenced the
retired `groupingsDown`/`groupingsAcross` fields. Bumps @objectstack/spec
to ^9.2.0 (the `columns` field landed in 9.1).
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments