dygraphs icon indicating copy to clipboard operation
dygraphs copied to clipboard

[Request] Grouped dygraphs share common x marker and legend values

Open ckatsulis opened this issue 7 years ago • 1 comments

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

ckatsulis avatar May 05 '18 16:05 ckatsulis

Does the "synchronize" demo show what you're looking for? There's a "selection" toggle. http://dygraphs.com/tests/synchronize.html

danvk avatar May 05 '18 20:05 danvk