mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
tweak colors in memory chart
This commit is contained in:
@@ -100,10 +100,10 @@ export default function MemChart({
|
|||||||
dataKey="stats.mb"
|
dataKey="stats.mb"
|
||||||
name="Cache / Buffers"
|
name="Cache / Buffers"
|
||||||
type="monotoneX"
|
type="monotoneX"
|
||||||
fill="hsl(var(--chart-2))"
|
fill="hsl(160 60% 25%)"
|
||||||
fillOpacity={0.2}
|
fillOpacity={0.3}
|
||||||
strokeOpacity={0.3}
|
strokeOpacity={0.5}
|
||||||
stroke="hsl(var(--chart-2))"
|
stroke="hsl(160 60% 25%)"
|
||||||
stackId="1"
|
stackId="1"
|
||||||
isAnimationActive={false}
|
isAnimationActive={false}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user