use promise.allsettled to stop docker chart from populating later

This commit is contained in:
Henry Dollman
2024-08-04 21:51:11 -04:00
parent 8ef30e0733
commit c6b9f1ab77
2 changed files with 47 additions and 53 deletions

View File

@@ -73,8 +73,8 @@ export default function CpuChart({
stroke="hsl(var(--chart-1))"
isAnimationActive={false}
// animationEasing="ease-out"
animationDuration={700}
animateNewValues={true}
// animationDuration={1200}
// animateNewValues={true}
/>
</AreaChart>
</ChartContainer>