remove animation from charts (just annoying)

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-28 14:33:37 +02:00
parent 2043e72972
commit 33df2e4169
4 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ export function ReportAreaChart({
<Area
key={serie.name}
type={lineType}
isAnimationActive={true}
isAnimationActive={false}
strokeWidth={2}
dataKey={`${serie.id}:count`}
stroke={color}