From 35a145dd63abb66152e02da2b40686990f9d00a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 23 Sep 2020 07:33:12 +0200 Subject: [PATCH] Docs: Updated table docs, moved annotations notice down (#27708) * Docs: Updated table docs, moved annotations notice down * Removed unnessary notices * Updated wording --- docs/sources/panels/visualizations/table-panel.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/sources/panels/visualizations/table-panel.md b/docs/sources/panels/visualizations/table-panel.md index ef63876283f..ee7949ccb61 100644 --- a/docs/sources/panels/visualizations/table-panel.md +++ b/docs/sources/panels/visualizations/table-panel.md @@ -15,8 +15,6 @@ The table panel is very flexible, supporting multiple modes for time series and {{< figure src="/img/docs/v72/table_visualization.png" max-width="1200px" lightbox="true" caption="Table visualization" >}} -> **Note:** Annotations are not currently supported in the table panel. - ## Data and field options Table visualizations allow you to apply: @@ -39,8 +37,6 @@ In the **Field** tab you can set table specific display options that will affect ### Column alignment -This custom field option applies only to table visualizations. - Choose how Grafana should align cell contents: - Auto (default) @@ -50,16 +46,12 @@ Choose how Grafana should align cell contents: ### Column width -This custom field option applies only to table visualizations. - By default, Grafana automatically calculates the column width based on the cell contents. In this field option, can override the setting and define the width for all columns in pixels. For example, if you enter `100` in the field, then when you click outside the field, all the columns will be set to 100 pixels wide. #### Cell display mode -This custom field option applies only to table visualizations. - By default, Grafana automatically chooses display settings. You can override the settings by choosing one of the following options to change all fields. - **Color text -** If thresholds are set, then the field text is displayed in the appropriate threshold color. @@ -74,3 +66,7 @@ By default, Grafana automatically chooses display settings. You can override the Grafana can sometime be too aggressive in parsing strings and displaying them as numbers. To make Grafana show the original string create a field override and add a unit property with the `string` unit. + +### Annotations + +Annotations are not currently supported in the new table panel. This might be added back in a future release.