mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-18 19:26:16 +01:00
chart tooltip sorting
This commit is contained in:
@@ -61,12 +61,12 @@ export default function ({
|
||||
<ChartTooltip
|
||||
cursor={false}
|
||||
content={
|
||||
<ChartTooltipContent unit=" GiB" labelFormatter={formatShortDate} indicator="line" />
|
||||
<ChartTooltipContent unit="GiB" labelFormatter={formatShortDate} indicator="line" />
|
||||
}
|
||||
/>
|
||||
<Area
|
||||
dataKey="memUsed"
|
||||
type="bump"
|
||||
type="monotone"
|
||||
fill="var(--color-memUsed)"
|
||||
fillOpacity={0.4}
|
||||
stroke="var(--color-memUsed)"
|
||||
|
||||
Reference in New Issue
Block a user