mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 18:29:29 +08:00
site charts and style updates
This commit is contained in:
@@ -46,11 +46,8 @@ export default function BandwidthChart({
|
||||
<CartesianGrid vertical={false} />
|
||||
<YAxis
|
||||
className="tracking-tighter"
|
||||
width={80}
|
||||
domain={[0, 'auto']}
|
||||
// ticks={ticks}
|
||||
tickCount={9}
|
||||
minTickGap={8}
|
||||
width={75}
|
||||
domain={[0, (max: number) => (max < 0.4 ? 0.4 : Math.ceil(max))]}
|
||||
tickLine={false}
|
||||
axisLine={false}
|
||||
unit={' MB/s'}
|
||||
|
Reference in New Issue
Block a user