diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-26 09:48:26 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-26 09:48:26 +0200 |
| commit | 8e7f9c656df5ab155648af316635b90dbd53f8d0 (patch) | |
| tree | 7a52e96bf3d01926c98b705dc3bec2d67dbd5ca2 /internal/tui/dashboard | |
| parent | 81ffb947201690088ef25a1839a8993bbfc27f03 (diff) | |
tui: remove forced sparkline baseline fill
Diffstat (limited to 'internal/tui/dashboard')
| -rw-r--r-- | internal/tui/dashboard/sparkline.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/tui/dashboard/sparkline.go b/internal/tui/dashboard/sparkline.go index 5cc445d..93a6789 100644 --- a/internal/tui/dashboard/sparkline.go +++ b/internal/tui/dashboard/sparkline.go @@ -39,9 +39,6 @@ func renderSparkline(data []float64, width int) string { if bottomLevel > 8 { bottomLevel = 8 } - if bottomLevel == 0 { - bottomLevel = 1 - } col := i top[col] = sparkRowChars[topLevel] |
