From bbab4ac1385de87a24bfd3f0cec6c8a2223e0df0 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:57:20 -0400 Subject: [PATCH] [v11.0.x] docs: updated table panel visualization (#90545) 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 4109fa15152..2bd54216540 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -53,7 +53,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. In addition to formatting and coloring options, Grafana also provides a variety of _Cell types_ which you can use to display gauges, sparklines, and other rich data displays. +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" >}} @@ -63,9 +63,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 @@ -73,6 +73,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="" >}} @@ -138,7 +144,11 @@ Toggle the **Apply to entire row** switch, to apply the background color that's 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.