Skip to content

Commit 4efc553

Browse files
github-actions[bot]prabhatsharma
authored andcommitted
docs: real screenshots for dashboard-table-column-formatting — openobserve PR #12531
docgen-source: openobserve/openobserve#12531
1 parent 4844504 commit 4efc553

6 files changed

Lines changed: 5 additions & 5 deletions
165 KB
Loading
89.3 KB
Loading
97 KB
Loading
112 KB
Loading
89.8 KB
Loading

docs/user-guide/analytics/dashboards/panels/table-chart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ To open the Column Formatting dialog:
1212
2. In the panel **Config** sidebar, locate the **Field Overrides** section.
1313
3. Click the **Configure column formatting** button.
1414

15-
![TODO: screenshot of Config panel showing the Configure column formatting button in Field Overrides section](images/placeholder.png)
15+
![Config panel showing the Configure column formatting button in Field Overrides section](images/dashboard-table-column-formatting-1.png)
1616

1717
### Add a field
1818

1919
On first open, the dialog shows an empty state with an **Add field** button. Click it to see a dropdown of the panel's columns, each marked with a **NUM** or **TEXT** badge to indicate its detected data type.
2020

21-
![TODO: screenshot of Column Formatting dialog empty state with Add field dropdown](images/placeholder.png)
21+
![Column Formatting dialog empty state with Add field dropdown](images/dashboard-table-column-formatting-2.png)
2222

2323
Select a column to add it to the formatting list. The dialog switches to a three-pane layout:
2424

2525
- **Left pane** — list of all fields you have added, with type badges and a hover-to-remove **X** button. Click a field to select it.
2626
- **Middle pane** — formatting controls for the selected field.
2727
- **Right pane** — a live preview of the column rendered with your current settings.
2828

29-
![TODO: screenshot of Column Formatting dialog with a field selected, showing the three-pane layout](images/placeholder.png)
29+
![Column Formatting dialog with a field selected, showing the three-pane layout](images/dashboard-table-column-formatting-3.png)
3030

3131
### Formatting controls
3232

@@ -81,7 +81,7 @@ Supported operators: `<`, `>`, `<=`, `>=`, `=`, `!=`.
8181

8282
Rules are evaluated in order; when multiple rules match a value, the **last matching rule** wins. This lets you layer conditions — for example, a rule for values `> 400` (amber) followed by one for `> 1000` (red) means values above 1000 will show red, not amber.
8383

84-
![TODO: screenshot of conditional styling section with multiple rules defined](images/placeholder.png)
84+
![conditional styling section with multiple rules defined](images/dashboard-table-column-formatting-4.png)
8585

8686
Click **Add rule** to create a new condition, or the **X** button on a rule to remove it.
8787

@@ -95,7 +95,7 @@ Formatting settings are persisted with the dashboard and survive page reloads.
9595

9696
Column filtering provides Excel-style dropdowns in table column headers, letting you filter the visible rows by one or more distinct column values.
9797

98-
![TODO: screenshot of a table panel with column filter dropdown open showing checkbox list](images/placeholder.png)
98+
![a table panel with column filter dropdown open showing checkbox list](images/dashboard-table-column-formatting-5.png)
9999

100100
### Enable column filtering
101101

0 commit comments

Comments
 (0)