From 5536fcc3fb65d44ed3929cf0b936c76d3b2d8704 Mon Sep 17 00:00:00 2001 From: rmawatson Date: Fri, 25 Jul 2025 02:56:26 +0200 Subject: [PATCH] Updated documentation --- public/app/features/transformers/docs/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/transformers/docs/content.ts b/public/app/features/transformers/docs/content.ts index 0fa271db633..a99b31df28b 100644 --- a/public/app/features/transformers/docs/content.ts +++ b/public/app/features/transformers/docs/content.ts @@ -61,7 +61,7 @@ Use this transformation to add a new field calculated from two other fields. Eac - **Stddev** - Calculates the moving standard deviation. - **Variance** - Calculates the moving variance. - **Row index** - Insert a field with the row index. - - **Template expression** - Insert a field with the value generated from a template expression. The expression can use the values of other fields in the calculation by using the {field} syntax, with optional modifiers for padding. + - **Template expression** - Insert a field with the value generated from a template expression. The expression can paste the value of other fields by using the {field} syntax, with optional modifiers for padding. - **No alignment** - Pastes the contents of 'field': {field} - **Left alignment** - Pastes the contents of 'field' aligned left with default padding character, padded to 10 characters: {field:<10} - **Right alignment** - Pastes the contents of 'field' aligned right with default padding character, padded to 10 characters: {field:>10}