From ec7b4e0bbfa2f76973a15f0cbc8e0b0725ae7d11 Mon Sep 17 00:00:00 2001 From: Isabel Matwawana Date: Wed, 14 Jan 2026 17:05:10 -0500 Subject: [PATCH] Added show values option --- docs/sources/shared/visualizations/graph-styles-options.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/shared/visualizations/graph-styles-options.md b/docs/sources/shared/visualizations/graph-styles-options.md index 62d88d4feb5..e849d4d365e 100644 --- a/docs/sources/shared/visualizations/graph-styles-options.md +++ b/docs/sources/shared/visualizations/graph-styles-options.md @@ -1,7 +1,7 @@ --- title: Graph styles options comments: | - This file is used in the following visualizations: time series. + This file is used in the following visualizations: time series, trend. --- @@ -17,6 +17,7 @@ comments: | | [Connect null values](#connect-null-values) | Choose how null values, which are gaps in the data, appear on the graph. | | [Disconnect values](#disconnect-values) | Choose whether to set a threshold above which values in the data should be disconnected. | | [Show points](#show-points) | Set whether to show data points to lines or bars. | +| Show values | Set whether to show data point values above the lines or bars. | | Point size | Set the size of the points, from 1 to 40 pixels in diameter. | | [Stack series](#stack-series) | Set whether Grafana displays series on top of each other. | | [Bar alignment](#bar-alignment) | Set the position of the bar relative to a data point. |