From 00d232ab3f2569c1fbf62d68a48bc3ce179d1573 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 13 Mar 2026 13:53:38 +0100 Subject: [PATCH] fix: switch from natural to bump interpolation to prevent overshoot --- components/dashboard/Chart.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index c68b696..a685190 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -451,7 +451,7 @@ export default function Chart({

) : ( -
+