Skip to content

[FEATURE] (statchart): configurable multi-series layout (auto/row/grid) - #825

Closed
colivi wants to merge 1 commit into
perses:mainfrom
colivi:feat/statchart-series-layout
Closed

colivi wants to merge 1 commit into
perses:mainfrom
colivi:feat/statchart-series-layout

Conversation

@colivi

@colivi colivi commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

Add seriesLayout and seriesColumns so multi-value stats can render as a matrix (e.g. farm Traffic distribution 2×2) instead of a single row.

Description

  • auto: pick columns from series count (4→2×2, 6→3×2, …)
  • row: legacy horizontal strip
  • grid: wrap; optional fixed seriesColumns (2, 3, …)
  • Options editor: Series layout control
  • Tests: resolveSeriesColumns coverage

Checklist

  • Pull request has a descriptive title and context useful to a reviewer.
  • Pull request title follows the [<catalog_entry>] <commit message> naming convention using one of the
    following catalog_entry values: FEATURE, ENHANCEMENT, BUGFIX, BREAKINGCHANGE, DOC,IGNORE.
  • All commits have DCO signoffs.

UI Changes

  • Changes that impact the UI include screenshots and/or screencasts of the relevant changes.
  • Code follows the UI guidelines.

@colivi
colivi requested review from a team and AntoineThebaud as code owners September 19, 2026 08:51
@colivi
colivi requested review from shahrokni and removed request for a team September 19, 2026 08:51
Add seriesLayout and seriesColumns so multi-value stats can render as a
matrix (e.g. Traffic distribution 2×2) instead of a single row.

- auto: pick columns from series count (4→2×2, 6→3×2, …)
- row: legacy horizontal strip
- grid: wrap; optional fixed seriesColumns (2, 3, …)
- Options editor: Series layout control
- Tests: resolveSeriesColumns coverage

Signed-off-by: colivi <charles.olivi@gmail.com>
@colivi
colivi force-pushed the feat/statchart-series-layout branch from cd7c928 to 99fbeb8 Compare September 19, 2026 08:57
@colivi colivi closed this Sep 19, 2026
@colivi

colivi commented Sep 19, 2026

Copy link
Copy Markdown
Contributor Author

Close as duplicate of #814 (actually this more configurable code should have been pushed in 814)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant