Replies: 1 comment
-
I suggest ensuring all panels and rows have x and y configured. The behavior around rows and gridPos is not very well defined in Grafana so without all the gridPos values set it may become unpredictable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I ran into issue #145 and attempted to resolve it by calling
util.panel.resolveCollapsedFlagOnRows
on the final panel array. This resulted in one of my panels getting moved to the wrong row.In the following example, I expect stats
a
andb
to be next to each other on row 1; andc
,d
, ande
, on row 2. However, Grafana puts statb
in row 2:Beta Was this translation helpful? Give feedback.
All reactions