Subplots - Connect them all

Hello,

In a subplot chart, do you know if it is possible to connect them all ?

For instance, if I make a zoom in one of the subplots, I would like to zoom to be applied to all subplots.
If I am checking one specific day/points, I would like to highlights the datas for the other subplots at this specific day/point.

Thanks in advance.

Ralph

I am looking for the same functionality. Is there any github issue tracking this?

You have different way to do it
First you can shared the time axes like in example:
http://codepen.io/plotly/pen/512907ea876ab7026439eb3416b83b80

In this case if you move of one of the subplots the others move as well.

If you want to show on mousehover all the solution here the other fiddle:
http://codepen.io/Narghast/pen/pypRxG

I hope that this can help you!