Hover Event - Data from all subplots

Hey all,

I am looking for a way to extract data from all subplots on hover.
Is there a way to do this?

Can you be more specific?

plotly_hover does return event data from all hovered points across all subplots, so clearly I’m missing something for your question.

Thanks for the response.

I am using ploty_hover and can see the data for the curve which I have hovered.
I can’t see the data for any of the other curves when I output to console…

Ok… I have found that you can access all data from the plot/subplots by using plotDiv.data

New problem - candlestick hover event doesn’t always return the correct pointNumber?!