Connected dygraphs plots in Shiny

I have some questions about dygraph plots in Shiny.

Say you have two separate dygraph plots on a common x-axis [e.g datetime].

When I mouse over one of the dygraph plots, I want the other dygrpah plot to have its same datetime being "moused over" too.

Is that possible?
Or from Synchronization
when we mouse over the first dygraph [All], is it possible that the same "mouse over" appears on both the below plots of [Male and Female]? If possible, that would be a VERY NICE feature.

I read in the below of using ggvis that it seems possible for the connected plots using ggvis.

this is the closest I can find, but I still do not see we can do the mouse over on different plots at the same time.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.