From bbe655c1724c3915492508cf6bef8e36d8ca4333 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:56:13 -0400 Subject: [PATCH] [v10.4.x] docs: updated table panel visualization (#90543) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Co-authored-by: SeƱor Performo - Leandro Melendez <54183040+srperf@users.noreply.github.com> --- .../visualizations/table/index.md | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/sources/panels-visualizations/visualizations/table/index.md b/docs/sources/panels-visualizations/visualizations/table/index.md index f9cbb0ab242..473b1aa775f 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -43,7 +43,7 @@ refs: # Table -Tables are very flexible, supporting multiple modes for time series and for tables, annotation, and raw JSON data. This visualization also provides date formatting, value formatting, and coloring options. +Tables are a highly flexible visualization designed to display data in columns and rows. They support various data types, including tables, time series, annotations, and raw JSON data. The table visualization can even take multiple data sets and provide the option to switch between them. With this versatility, it's the preferred visualization for viewing multiple data types, aiding in your data analysis needs. {{< figure src="/static/img/docs/tables/table_visualization.png" max-width="1200px" lightbox="true" caption="Table visualization" >}} @@ -53,9 +53,9 @@ The following video provides a visual walkthrough of the options you can set in {{< docs/play title="Table Visualizations in Grafana" url="https://play.grafana.org/d/OhR1ID6Mk/" >}} -## Annotation and alert support - -Annotations and alerts are not currently supported in tables. +{{< admonition type="note" >}} +Annotations and alerts are not currently supported for tables. +{{< /admonition >}} ## Sort column @@ -63,6 +63,12 @@ Click a column title to change the sort order from default to descending to asce ![Sort descending](/static/img/docs/tables/sort-descending.png 'Sort descending') +## Data set selector + +If the data queried contains multiple data sets, a table displays a drop-down list at the bottom, so you can select the data set you want to visualize. + +![Table visualization with multiple data sets](/media/docs/grafana/panels-visualizations/TablePanelMultiSet.png) + ## Panel options {{< docs/shared lookup="visualizations/panel-options.md" source="grafana" version="" >}} @@ -124,7 +130,11 @@ If thresholds are set, then the field background is displayed in the appropriate Cells can be displayed as a graphical gauge, with several different presentation types. -#### Basic +{{< admonition type="note" >}} +The maximum and minimum values of the gauges are configured automatically from the smallest and largest values in your whole data set. If you don't want the max/min values to be pulled from the whole data set, you can configure them for each column with field overrides. +{{< /admonition >}} + +##### Basic The basic mode will show a simple gauge with the threshold levels defining the color of gauge.