diff --git a/ui/src/routes/index.lazy.tsx b/ui/src/routes/index.lazy.tsx index fd925e4..cf83f19 100644 --- a/ui/src/routes/index.lazy.tsx +++ b/ui/src/routes/index.lazy.tsx @@ -190,6 +190,7 @@ export function TheBarChart({ counts }: TheBarChartProps) { fontSize={12} tickLine={false} axisLine={false} + tickFormatter={(number) => Intl.NumberFormat("en-US", {notation: "compact", maximumFractionDigits: 1}).format(number)} />