diff --git a/src/components/NewChart.tsx b/src/components/NewChart.tsx index 1b01976..34597f2 100644 --- a/src/components/NewChart.tsx +++ b/src/components/NewChart.tsx @@ -142,9 +142,18 @@ export function NewChart({ server }: { server: string }) { { + return new Date(value).toLocaleDateString("en-US", { + month: "short", + day: "numeric", + year: "numeric", + }); + }} /> } + cursor={false} + defaultIndex={1} />