From abb44794feacb3a79290043799ee3e1f179fd29d Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:03:56 -0400 Subject: [PATCH] [release-12.2.0] Docs: Replace screenshots for pill and markdown cells (#110962) --- .../panels-visualizations/visualizations/table/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/panels-visualizations/visualizations/table/index.md b/docs/sources/panels-visualizations/visualizations/table/index.md index 4981614c869..4b5ce8d84a1 100644 --- a/docs/sources/panels-visualizations/visualizations/table/index.md +++ b/docs/sources/panels-visualizations/visualizations/table/index.md @@ -424,7 +424,7 @@ However, you can switch back and forth between tabs. The **Pill** cell type displays each item in a comma-separated string in a colored block. -{{< figure src="/media/docs/grafana/panels-visualizations/screenshot-table-pills-v12.1.png" max-width="750px" alt="Table using the pill cell type" >}} +{{< figure src="/media/docs/grafana/panels-visualizations/screenshot-table-pill-cells-v12.2.png" max-width="750px" alt="Table using the pill cell type" >}} The colors applied to each piece of text are maintained throughout the table. For example, if the word "test" is first displayed in a red pill, it will always be displayed in a red pill. @@ -455,6 +455,8 @@ in these cells if the [`disable_sanitize_html`](https://grafana.com/docs/grafana Toggle on the **Tooltip from field** switch to use the values from another field (or column) in a tooltip. For more information, refer to [Tooltip from field](#tooltip-from-field). +{{< figure src="/media/docs/grafana/panels-visualizations/screenshot-table-markdown-v12.2.png" max-width="600px" alt="Table using the pill cell type" >}} + #### Image If you have a field value that is an image URL or a base64 encoded image, this cell type displays it as an image.