diff --git a/client/src/components/admin/ProgramResultsSummarySection.tsx b/client/src/components/admin/ProgramResultsSummarySection.tsx index b6e09e0..59a0125 100644 --- a/client/src/components/admin/ProgramResultsSummarySection.tsx +++ b/client/src/components/admin/ProgramResultsSummarySection.tsx @@ -163,9 +163,11 @@ function FeedbackChart({ const maxVal = Math.max(...data.map((d) => d.value)); return ( -
+ // min-w-[1px] + debounce prevents Recharts creating a 0-dim canvas pattern + // when the admin panel first opens (layout still in flight). +
{title.toUpperCase()}
- +