From ef3edd963adcbb6e2f0036d197256d6f6323812f Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 26 Mar 2026 11:52:29 +0100 Subject: [PATCH] =?UTF-8?q?perf:=20reduce=20chart=20animation=20from=20110?= =?UTF-8?q?0ms=20to=20400ms=20=E2=80=94=20shorter=20main=20thread=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dashboard/Chart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index 9eceb86..700caa6 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -431,6 +431,7 @@ export default function Chart({ xDataKey="dateObj" aspectRatio="2.5 / 1" margin={{ top: 20, right: 20, bottom: 40, left: 50 }} + animationDuration={400} >