Plot multiple line time-series after row selection in dash datatable

Hi everyone,

I’m trying to use an interactive dash datatable for the first time and to plot each of the selected rows as a time-series in a multiple line graph.

Inspired by this example
https://dash.plot.ly/datatable/interactivity
I would like to have a line plot instead of a bar plot.

Please share with me any ideas or links explaining how to do it appropriately.

Thank you