disable more chart animations

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-28 14:38:00 +02:00
parent 33df2e4169
commit 57404fbf9b
4 changed files with 6 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ export function MetricCard({
fillOpacity={1}
stroke={graphColors}
strokeWidth={2}
isAnimationActive={false}
/>
</AreaChart>
)}