site charts and style updates

This commit is contained in:
Henry Dollman
2024-07-21 13:38:57 -04:00
parent 80e322d3d5
commit 1b7724017d
10 changed files with 38 additions and 37 deletions

View File

@@ -56,11 +56,9 @@ export default function DiskChart({
<CartesianGrid vertical={false} />
<YAxis
className="tracking-tighter"
width={75}
width={diskSize >= 1000 ? 75 : 65}
domain={[0, diskSize]}
// ticks={ticks}
tickCount={9}
minTickGap={8}
tickLine={false}
axisLine={false}
unit={' GB'}