Hello
I received some data from a car dynamometer and I need to recreate the animation of the graph during measure. So I need to start with a blank graph and make the lines appear from left to right, following the timestamp of each measure.
I have 4 collums of data: Engine RPM, Power, Torque, and elapsed time.
the graph must have its X axis as engine RPM, Y axis as power/torque.
The tricky part for me is to make the animation follow the timestamps, because the rate which the RPM increases is different for each range of the graph.
In this video
youtube.com/watch?v=X7sUorRt1yk
I created the graph and made a manual animation with some video editing, but is clar that the graph is not in sync with the car, and I want to improve that.

I have the data in this format:
imgur.com/oCrMGem
First collum is the elapsed time, which I want to use to "reveal" the graph

this is the file
hellcat2.xlsx

Appreciate any help