I think it's a real time graph.

Anyway, here's a graphing tachometer done with a single custom character (using 5x7 pixels).
It shows increments of 500 RPM for the last five seconds:



Done by shifting the custom character bytes to the left every second,
and adding the new values to bit 0 of every line.
Cheers, Art.