diff --git a/apps/dashboard/src/components/report/chart/ReportAreaChart.tsx b/apps/dashboard/src/components/report/chart/ReportAreaChart.tsx index e89e35c5..bae2667c 100644 --- a/apps/dashboard/src/components/report/chart/ReportAreaChart.tsx +++ b/apps/dashboard/src/components/report/chart/ReportAreaChart.tsx @@ -89,7 +89,7 @@ export function ReportAreaChart({ {pieData.map((item) => { diff --git a/apps/dashboard/src/components/report/funnel/Funnel.tsx b/apps/dashboard/src/components/report/funnel/Funnel.tsx index 5a96ce8e..b683eb93 100644 --- a/apps/dashboard/src/components/report/funnel/Funnel.tsx +++ b/apps/dashboard/src/components/report/funnel/Funnel.tsx @@ -101,7 +101,7 @@ export function FunnelSteps({ ]} innerRadius={height / 3} outerRadius={height / 2 - 10} - isAnimationActive={true} + isAnimationActive={false} nameKey="label" dataKey="value" >