Update Time Series Plot With Arrow Keys

Hi!

I am new here and wanted to verify something before I fully commit to Dash for my task at hand. I would like to take a pandas data frame that contains a single or multiple time series and plot one or many time series plots. These plots (assuming multiple time series) would only display a subset of points over some time span. I would like to be able press the right arrow key to move forward through the time series and update the values in all the plots or use the left key to move back in the time series and update all the plots.

Is this possible? And if so, I would greatly appreciate some code/resources to reference to get me started.
Thanks!

Me three!

Seems like it should be easy, but can’t figure it out