mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 14:42:16 +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
27 lines
782 B
Markdown
27 lines
782 B
Markdown
+++
|
|
title = "Configure repeating rows"
|
|
weight = 30
|
|
aliases = ["/docs/sources/panels/add-panels-dynamically/configure-repeating-rows/"]
|
|
+++
|
|
|
|
# Configure repeating rows
|
|
|
|
As seen above with the panels you can also repeat rows if you have variables set with `Multi-value` or
|
|
`Include all value` selection option.
|
|
|
|
## Before you begin
|
|
|
|
- Ensure that the query includes a multi-value variable.
|
|
|
|
**To configure repeating rows**:
|
|
|
|
1. On the dashboard home page, click **Add panel**.
|
|
|
|
1. On the **Add a panel** dialog box, click **Add a new row**.
|
|
|
|
1. Hover over the row title and click the cog icon.
|
|
|
|
1. On the `Row Options` configuration panel, select the variable for which you want to add repeating rows.
|
|
|
|
> To help provide context to dashboard users, add the variable to the row title.
|