dygraphs
dygraphs copied to clipboard
[Request] Grouped dygraphs share common x marker and legend values
The group function in dygraphs is particularly useful for a series of related plots if you want to x-axis zoom in unison. I was looking for a feature or parameter that would also allow the mouseover legend values to be synchronized across the grouped dygraphs. I see some functionality in the package relating to mouseover, however nothing with x or y coordinates in R.
This is correctly implemented in grafana if anyone here uses that as well if an example is needed
Does the "synchronize" demo show what you're looking for? There's a "selection" toggle. http://dygraphs.com/tests/synchronize.html