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.
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.