beefytech/Beef

[Bug] Diagnostics graphs: Time markers move to the wrong direction

Closed this issue · 5 comments

In the diagnostics panel the time markers (5 seconds, 15 seconds, ...) move from left to right instead of right to left.

beef_diagnostics_graph

Version 0.43.5 (Nightly 06/02/2024) built 6/2/2024 at 9:30 PM.

It's a non-linear time graph. Notice how after a while the left side has very little motion where the right side continues to show motion.

Anyway, there's no bug here, it's just a side effect of how the data is displayed.

Actually even if it weren't non-linear, the numbers would still move to the right. Maybe you're not understanding that the numbers indicate a time delta from "now"?

(ie: "age")

Maybe you're not understanding that the numbers indicate a time delta from "now"?

Yes, you're right :) I was misunderstanding it, and thought that it was meant to represent the time elapsed since "start".
Thank you for the clarification.