From 8e7f9c656df5ab155648af316635b90dbd53f8d0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Feb 2026 09:48:26 +0200 Subject: tui: remove forced sparkline baseline fill --- internal/tui/dashboard/sparkline.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal') 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] -- cgit v1.2.3