Template variable panels changes size when repeating horizonally

  • What Grafana version and what operating system are you using?
    Grafana OSS 8.4.1 installed on CentOS 7

  • What are you trying to achieve?
    Creating repeating panels with variables while the panels retain its size when repeating horizontally

  • How are you trying to achieve it?
    Added a variable, set the panel to repeat with the variable horizontally.

  • What happened?
    If it’s done vertically, it works as intended. But when doing it horizontally, it disregards the original width and expands to fill the whole row of its height.

  • What did you expect to happen?
    The panel should repeat itself while retaining its original size unless if the size exceeds the row width.

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    Not really an error.

  • Did you follow any online instructions? If so, what is the URL?
    Didn’t follow any.

I’m trying to do repeating panels using template variables but when doing it horizontally, it disregards its original size and expands to 100% of the row width. But I have seen somewhere in another page (i dont remember which, sorry) that they were able to do this while the panels retain its size.