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.