Conversation
4c4a804 to
1e02ef9
Compare
af4ec03 to
a22e99c
Compare
0652b65 to
1f274ba
Compare
1f274ba to
d75e16f
Compare
shahrokni
left a comment
There was a problem hiding this comment.
Please hold this one.
We have already a PR from another contributor being reviewed and is in final stage.
|
Hi @shahrokni, OK we’ll hold #814 in favor of #812 for the moment. When orientation is auto, does the layout wrap into multiple rows based on panel width and the number of series (keeping each tile at least a minimum readable width)? => That’s the behavior we need for dense multi-series stats. We’ll re-test Argos multi-series stats after merge and if gaps remain we will open a follow-up. |
You can take a look at this output.
|
52f9559 to
99fbeb8
Compare
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 + editor layout control Signed-off-by: colivi <charles.olivi@gmail.com>
99fbeb8 to
62c3114
Compare
Relates to perses/perses#4382
Description
Multi-value StatCharts laid all series on one horizontal row (overflow scroll).
Maximizes space wrt number of elements to fill so panels that have multiple sub-panels to display stay readable.
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
Screenshots
N/A until deployed on Argos; change is layout-only in "StatChartPanel.tsx".
Checklist