summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-26 09:48:26 +0200
committerPaul Buetow <paul@buetow.org>2026-02-26 09:48:26 +0200
commit8e7f9c656df5ab155648af316635b90dbd53f8d0 (patch)
tree7a52e96bf3d01926c98b705dc3bec2d67dbd5ca2
parent81ffb947201690088ef25a1839a8993bbfc27f03 (diff)
tui: remove forced sparkline baseline fill
-rw-r--r--internal/tui/dashboard/sparkline.go3
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]