Hi,
I have requirement to align 6 variables on dashboard with 3 variables in each row.By default it will align all variables in single row and remaining ones in second row.i am using grafana 8.
Is there any way to achieve it?? Pls.advice..
Thanks
Saurabh
Yes, you can achieve this by using the “Row” panel in Grafana. Here’s how you can arrange the variables in two rows, with 3 variables in each row:
- Create a Row Panel:
- Add a new Row panel to your dashboard.
- In the Row settings, you can create sub-panels (variable panels) that will be placed inside the row.
- Add Panels Inside the Row:
- Inside the Row panel, you can create individual panels for each of your 6 variables.
- For the first row, add 3 panels.
- For the second row, add another 3 panels.
- Configure the Panels:
- Make sure each panel has its specific variable or query attached to it.
- You can add a “Stat” or “Text” panel for each variable to display the values.
- Align the Panels:
- The panels will automatically align according to their position within the Row panel.
- Grafana will display the first 3 panels in the first row and the next 3 in the second row.
Here’s the basic approach:
- Row Panel 1 (contains 3 panels for the first set of variables)
- Row Panel 2 (contains 3 panels for the second set of variables)
Thanks for the information but creating Row panel will not remove the variables defined on top of the dashboard.Instead I want to move Test2,Test3,Test4 variable below Server,Test,Test1 variable.