From 285587bda54df16fe0378dff49e0faea0abeb7c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Fri, 26 Jun 2026 15:02:16 -0300 Subject: [PATCH] Animate seller dashboard chart --- src/pages/Dashboard.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 5881b9c..7b4722f 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -624,7 +624,10 @@ const Dashboard = () => { }} onClick={() => setFocusedSellerId(current => current === seller.id ? null : seller.id)} style={{ cursor: 'pointer' }} - isAnimationActive={false} + isAnimationActive + animationBegin={120} + animationDuration={700} + animationEasing="ease-out" /> ); })}