Is there a way to select a plot inside scatter matrix?

I’m making a web app that will have some plots. I have a scatterplot matrix made with plotly express and I want that if the user clicks on a scatter from this splom, the single scatter is plotted below full-size.
Is there any way to manage this click event, or to get the coordinates of the plot inside the splom?
I’ve tried doing a custom splom but I can’t because I also need the cross-selection features and it’s too slow (about 300 traces generated)