mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 08:22:44 +08:00

* new refactored panel docs * fixed links * removed xtra sharing link, added links to panel display option tasks * fixed typo * add aliases * incorporate PM feedback * intermediate commit to resolve merge conflict * final changes to resolve merge conflicts
1.0 KiB
1.0 KiB
+++ title = "Configure repeating panels" weight = 20 aliases = ["/docs/sources/panels/add-panels-dynamically/configure-repeating-panels/"] +++
Configure repeating panels
For queries that return multiple values for a variable, you can configure Grafana to dynamically add panels based on those values.
Note: Repeating panels require variables to have one or more items selected; you cannot repeat a panel zero times to hide it.
Before you begin
- Ensure that the query includes a multi-value variable.
To configure repeating panels:
-
Edit the panel you want to repeat.
-
On the display options pane, expand Panel options > Repeat options.
-
Select a
direction
.- Choose
horizontal
to arrange panels side-by-side. Grafana adjusts the width of a repeated panel. Currently, you cannot mix other panels on a row with a repeated panel. - Choose
vertical
to arrange panels in a column. The width of repeated panels is the same as the original, repeated panel.
- Choose
-
To propagate changes to all panels, reload the dashboard.