The history graph card plots a horizontal line between points and then a vertical line…
Why not just connect the data points with a line (like any other plotting software does)?
Here you see what I mean
A better way to show the data would be to draw a line through the points and put dots (scatter plot) on top of the points. Physically, it makes much more sense that the measured quantity is continuous and doesn’t suddenly jump in large steps.
So like:
Only for discrete sensors drawing horizontal and then vertical lines, one might make an argument for doing it this way.