### Observed behavior Not sure if sudden change of values triggers it, or what: <img width="1908" height="919" alt="Image" src="https://github.com/user-attachments/assets/1cbc4430-da8a-4761-b035-7304394c6dc4" /> ### Expected behavior Should not show negative values and EiB on the Y-Axis? ### Server and client version ``` # nats --version v0.2.5-0.20250730153159-37671e28664b # nats-server --version nats-server: v2.11.6 ``` ### Host environment _No response_ ### Steps to reproduce Run: ``` nats server graph ``` In a separate terminal, run `nats bench kv put`, and observe the graphs for several seconds. Not reproducible 100% of the time, but it seems like timing between running the two commands may play a role...