[v10.0.x] docs: improvements to visualizations docs (#69724)

docs: improvements to visualizations docs  (#69503)

* made changes from PR 67118

* made changes from PR 67123

* made some changes from PR 67128

* made changes from PR 67129

* made changes from PR 67133

(cherry picked from commit 337ffd3015)

Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2023-06-07 13:43:16 -04:00
committed by GitHub
co-authored by Isabel
parent a1576b83d2
commit 0dfcf4346a
5 changed files with 21 additions and 19 deletions
@@ -19,7 +19,7 @@ weight: 2
# Configure panel options
A Grafana panel is the user interface you use to define a data source query, and transform and format data that appears in visualizations.
A Grafana panel is a visual representation of data that you can customize by defining a data source query, transforming and formatting data, and configuring visualization settings.
A panel editor includes a query builder and a series of options that you can use to transform data and add information to your panels.
@@ -28,7 +28,7 @@ This topic describes how to:
- Open a panel for editing
- Add a panel title and description
- View a panel JSON model
- Add repeating rows and panels
- Configure repeating rows and panels
## Edit a panel
@@ -78,7 +78,7 @@ Explore and export panel, panel data, and data frame JSON models.
- **Panel JSON:** Displays a JSON object representing the panel.
- **Panel data:** Displays a JSON object representing the data that was passed to the panel.
- **DataFrame structure:** Displays the raw result set with transformations, field configurations, and override configurations applied.
- **DataFrame structure:** Displays the data structure of the panel, including any transformations, field configurations, and override configurations that have been applied.
1. To explore the JSON, click `>` to expand or collapse portions of the JSON model.