From b3272fe62cae5eee2a5a7a2a9c14f0469d407bcf Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:32:23 -0600 Subject: [PATCH] Docs: clarifies table view (#61320) * clarifies table view * Update docs/sources/panels-visualizations/panel-editor-overview/index.md Co-authored-by: Sarah Zinger Co-authored-by: Sarah Zinger --- .../panels-visualizations/panel-editor-overview/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/panels-visualizations/panel-editor-overview/index.md b/docs/sources/panels-visualizations/panel-editor-overview/index.md index 2bacfc407d1..e2f82a047c1 100644 --- a/docs/sources/panels-visualizations/panel-editor-overview/index.md +++ b/docs/sources/panels-visualizations/panel-editor-overview/index.md @@ -36,7 +36,7 @@ This section describes the areas of the Grafana panel editor. 1. Visualization preview: The visualization preview section contains the following options: - - **Table view:** Convert any visualization to a table so that you can see the data. Table views are useful for troubleshooting. + - **Table view:** Convert any visualization to a table so you can see the data. Table views are helpful for troubleshooting. This view only contains the raw data. It does not include transformations you might have applied to the data or the formatting options available in the [Table]({{< relref "../visualizations/table/" >}}) visualization. - **Fill:** The visualization preview fills the available space. If you change the width of the side pane or height of the bottom pane the visualization changes to fill the available space. - **Actual:** The visualization preview will have the exact size as the size on the dashboard. If not enough space is available, the visualization will scale down preserving the aspect ratio. - **Time range controls:** **Default** is either the browser local timezone or the timezone selected at a higher level.