mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
update memory chart colors
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(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}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user