Linked Graphs from x-y scatter to x vs t and y vs t

Hi @vivek22, I would use dash. A grid of three dcc.Graphs() and trigger a callback on click on the x-y graph.

Here is an example how to use hoverData, In your case you would have to use the clickData.