sparkline: remove maxSamples, remove bar gaps, always fill width from data

This commit is contained in:
Damocles 2026-04-25 09:57:43 +02:00
parent a0a5b907b9
commit 946c3a61d7
5 changed files with 3 additions and 12 deletions

View file

@ -96,7 +96,6 @@ Column {
history: S.BatteryService.history
color: root._stateColor
active: root.active
maxSamples: 1440
backgroundTint: 0.07
areaMode: true
thresholds: [
@ -163,7 +162,6 @@ Column {
history: S.BatteryService.rateHistory
color: root._stateColor
active: root.active
maxSamples: 60
maxValue: null
minValue: null
backgroundTint: 0.08