diff --git a/frontend/src/ts/components/pages/AboutPage.tsx b/frontend/src/ts/components/pages/AboutPage.tsx index 64d77fe1d9bf..22458a022cfb 100644 --- a/frontend/src/ts/components/pages/AboutPage.tsx +++ b/frontend/src/ts/components/pages/AboutPage.tsx @@ -100,6 +100,7 @@ export function AboutPage(): JSXElement { yAxisID: "count", label: "Users", data: data?.data ?? [], + minBarLength: 2, }, ], }}