The measurements I want to plot contain a total of 8 channels, so each timestamp has a list of 8 values.
I tried to do some research but couldn't find an option to reflect this fact in plotly.js. Currently, I am creating 8 timestamp arrays (however, it doesn't feel like the best solution)
Does anyone know how I can assign each x value multiple y values for the Plot data?