From 6b03d06fb6ce4ea9c3426fbaab1ea4d3b9afd092 Mon Sep 17 00:00:00 2001 From: Ceriath Date: Tue, 20 Jul 2021 09:29:02 +0200 Subject: [PATCH] add maxPerRow for panels --- grafonnet/graph_panel.libsonnet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grafonnet/graph_panel.libsonnet b/grafonnet/graph_panel.libsonnet index 87276957..45c2cc94 100644 --- a/grafonnet/graph_panel.libsonnet +++ b/grafonnet/graph_panel.libsonnet @@ -104,6 +104,7 @@ stack=false, repeat=null, repeatDirection=null, + maxPerRow=null, sort=0, show_xaxis=true, legend_show=true, @@ -215,6 +216,7 @@ aliasColors: aliasColors, repeat: repeat, [if repeatDirection != null then 'repeatDirection']: repeatDirection, + [if maxPerRow != null then 'maxPerRow']: maxPerRow, seriesOverrides: [], thresholds: thresholds, links: links,