pub fn label_bytes(binary: bool) -> impl Fn(f64) -> String + Send + Sync
Byte-size formatter. binary = true uses 1024-based KiB/MiB; otherwise 1000-based kB/MB.
binary = true