Hi there,
I am very new to plotly and dash, up until now I have mainly been using matplotlib.
I am working on a dashboard and the end results should look more or less like this example in the dash tutorial, https://dash.plot.ly/interactive-graphing, “Update graph on hover”.
My problems is that my data is divided into two different dataframes, one for the main scatter and one for the timeseries plots.
Ideally, I would like to update the timeseries plots based on which point is selected on the main scatter plot just like in the example.
Is there a way to do this other than try to merge the two dataframes?
I can provide the dataframes and my temporary code if needed.