mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 18:29:29 +08:00
login and other updates
This commit is contained in:
@@ -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"
|
||||
|
@@ -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