login and other updates

This commit is contained in:
Henry Dollman
2024-07-13 16:25:27 -04:00
parent 86cfa5079e
commit 357e3ad5d7
8 changed files with 193 additions and 145 deletions

View File

@@ -88,7 +88,6 @@ export default function ({ chartData }: { chartData: Record<string, number | str
{Object.keys(chartConfig).map((key) => (
<Area
key={key}
// isAnimationActive={false}
animateNewValues={false}
dataKey={key}
type="monotone"

View File

@@ -51,10 +51,11 @@ export default function ({ chartData }: { chartData: { time: string; cpu: number
/>
<Area
dataKey="cpu"
type="monotone"
type="natural"
fill="var(--color-cpu)"
fillOpacity={0.4}
stroke="var(--color-cpu)"
animateNewValues={false}
/>
</AreaChart>
</ChartContainer>