mirror of
https://github.com/fankes/beszel.git
synced 2025-10-21 10:49:28 +08:00
login and other updates
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user