diff --git a/packages/builder/src/components/design/settings/controls/FieldContext/Chart.svelte b/packages/builder/src/components/design/settings/controls/FieldContext/Chart.svelte
index a17c1daceb..fc10fdf335 100644
--- a/packages/builder/src/components/design/settings/controls/FieldContext/Chart.svelte
+++ b/packages/builder/src/components/design/settings/controls/FieldContext/Chart.svelte
@@ -45,31 +45,55 @@
{columnName}
- is a
+ is a
- {columnType} Column
+ {columnType} column
+ .
+
•
- {supportLevelText}
+ {supportLevelText}
-
with
+
with
- Chart Components
+ Chart components
- {#if warnings.includes("string number warning")}
-
-
- Non-numeric values will not be displayed
-
-
- {/if}
+ {#if warnings.includes("string number warning")}
+
+
•
+
+
+
+ Non-numeric values
+
+
+
+ will not be displayed
+
+
+ {/if}
+ {#if warnings.includes("optional warning")}
+
+
•
+
No
+
+
+
+ Required constraint
+
+
+
+ so rows may be missing values
+
+
+ {/if}