mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 18:29:29 +08: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