mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
b724dc1a9d
The workloads and Proxmox nodes trend cells drew every percent series on a fixed 0-100 window inside a 16px cell, so any series living in the bottom of that range rendered on top of the axis rule and read as missing data. A guest's share of host memory is single digits by construction: at 2% the path sat at y=15.7 against a baseline at y=16, which is what "memory column trends not working" looks like. Idle guests hit the same wall on CPU. Percent series now scale to their own peak like the I/O series already do, zero-floored, with a 5% floor ceiling so idle noise stays flat rather than amplified, and still capped at 100. Bars mode remains the level view and every cell keeps its current-value label, so nothing loses the absolute reading.