mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
style / chart axis updates
This commit is contained in:
@@ -69,7 +69,7 @@ export default function ContainerCpuChart({
|
||||
>
|
||||
<CartesianGrid vertical={false} />
|
||||
<YAxis
|
||||
domain={[0, (max: number) => Math.max(Math.ceil(max), 0.4)]}
|
||||
// domain={[0, (max: number) => Math.max(Math.ceil(max), 0.4)]}
|
||||
width={47}
|
||||
tickLine={false}
|
||||
axisLine={false}
|
||||
|
Reference in New Issue
Block a user