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: docs/user-guide/analytics/dashboards/panels/table-chart.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,21 @@ To open the Column Formatting dialog:
12
12
2. In the panel **Config** sidebar, locate the **Field Overrides** section.
13
13
3. Click the **Configure column formatting** button.
14
14
15
-

15
+

16
16
17
17
### Add a field
18
18
19
19
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.
20
20
21
-

21
+

22
22
23
23
Select a column to add it to the formatting list. The dialog switches to a three-pane layout:
24
24
25
25
-**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.
26
26
-**Middle pane** — formatting controls for the selected field.
27
27
-**Right pane** — a live preview of the column rendered with your current settings.
28
28
29
-

29
+

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.
83
83
84
-

84
+

85
85
86
86
Click **Add rule** to create a new condition, or the **X** button on a rule to remove it.
87
87
@@ -95,7 +95,7 @@ Formatting settings are persisted with the dashboard and survive page reloads.
95
95
96
96
Column filtering provides Excel-style dropdowns in table column headers, letting you filter the visible rows by one or more distinct column values.
97
97
98
-

98
+

0 commit comments