what about using two chart stack on each other?
~ load saved data to chart 1 (at the back)
~ plot current data to chart 2 (at the front)
you can do that by making chart 2 transparent except for its trace.
Use the charts' property nodes to fix their scale etc.
This may sound primitive but it works!
cheers
ps> they should be a better way.