update memory chart colors

This commit is contained in:
Henry Dollman
2024-09-29 15:14:55 -04:00
parent 0996d60224
commit 3e51d79c37

View File

@@ -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(160 60% 25%)" fill="hsla(160 60% 45% / 0.5)"
fillOpacity={0.3} fillOpacity={0.4}
strokeOpacity={0.5} // strokeOpacity={1}
stroke="hsl(160 60% 25%)" stroke="hsla(160 60% 45% / 0.5)"
stackId="1" stackId="1"
isAnimationActive={false} isAnimationActive={false}
/> />