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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,9 @@ Typed `date` and `datetime` fields are treated as hierarchy-capable dimensions w
275
275
- Alternate grouping: `Week` is available from the header menu, but it is not part of the default drill path.
276
276
- Explicit override precedence: explicit `date_grains[field]` beats interactive state, which beats the adaptive auto default.
277
277
- Explicit opt-out: `date_grains[field] = None` preserves the raw/original date values for that field.
278
-
- Hierarchical parent headers with +/- collapse/expand currently render on the **column axis**. Row-side temporal hierarchy parity is planned separately.
278
+
- Hierarchical parent groups now render on **both axes**:
279
+
- on `columns`, parent headers such as `2024` or `Q1 2024` collapse/expand inline
280
+
- on `rows`, collapsing a parent replaces its visible descendants with one synthetic summary row
279
281
280
282
```python
281
283
# Adaptive date hierarchy: grain chosen from the data's date range
@@ -326,7 +328,7 @@ Once a temporal field is active on an axis, open its header menu to:
326
328
- switch directly to `Week`,
327
329
- choose `Original` to persist a raw-date opt-out for that field.
328
330
329
-
When a temporal field is on `columns`, parent headers such as `2024` or `Q1 2024` can be collapsed with the inline +/- toggle. This is a view-only collapse: the underlying leaf buckets remain the data/export contract.
331
+
When a temporal field is on `columns`, parent headers such as `2024` or `Q1 2024` can be collapsed with the inline +/- toggle. When a temporal field is on `rows`, collapsing a parent replaces the visible child rows with one summary row for that parent. Both are view-only collapses: exports still emit the full expanded leaf-level table.
330
332
331
333
Grouped buckets export as grouped labels such as `Jan 2024`, `Q1 2024`, or `2024-W03`; they are intentionally not exported as fake raw Excel dates.
0 commit comments