You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-text-visualizations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The text *visualization* in query steps is different from the [text *step*](work
14
14
15
15
The text *visualization* is similar to the Azure Data Explorer [`render card`](/azure/data-explorer/kusto/query/renderoperator?pivots=azuredataexplorer) behavior, where the first cell value returned by the query (and *only* the first cell value: row 0, column 0) is displayed in the visualization.
16
16
17
-
The text visualization has a style settings to change the style of the text displayed in the workbook.
17
+
The text visualization has a style setting to change the style of the text displayed in the workbook.
18
18
19
19
### Text styles
20
20
The following text styles are available for text steps:
@@ -25,7 +25,7 @@ The following text styles are available for text steps:
25
25
|`header`|The text is formatted with the same styling as step headers |
26
26
|`bignumber`|The text is formatted in the "big number" style used in [Tile](workbooks-tile-visualizations.md) and [Graph](workbooks-graph-visualizations.md) based visualizations. |
27
27
|`markdown`|The text value is rendered in a markdown section, any markdown content in the text content will be interpreted as such and used for formatting. |
28
-
|`editor`|The text value is displayed in a editor control, respecting newlines, tab formatting. |
28
+
|`editor`|The text value is displayed in an editor control, respecting newlines, tab formatting. |
29
29
30
30
### Examples
31
31
@@ -48,7 +48,7 @@ Text will wrap, and any special formatting values will be displayed as is, with
48
48
Text will be displayed in the same style as step headers.
49
49
50
50
### Big Number example
51
-
:::image type="content" source="./media/workbooks-text-visualizations/workbooks-text-visualization-big-number.png" alt-text="Screenshot of a workbook in the Azure portal. The screenshot shows an example of a text visualization in bugnumber style." lightbox="./media/workbooks-text-visualizations/workbooks-text-visualization-big-number.png":::
51
+
:::image type="content" source="./media/workbooks-text-visualizations/workbooks-text-visualization-big-number.png" alt-text="Screenshot of a workbook in the Azure portal. The screenshot shows an example of a text visualization in big number style." lightbox="./media/workbooks-text-visualizations/workbooks-text-visualization-big-number.png":::
0 commit comments