influxdata/giraffe

Sync-zoom multiple plots

T0-B1 opened this issue · 1 comments

T0-B1 commented

Linked to #461
I would like to apply the same time range (X domain) to different plots simultaneously after a zoom event occurs on any of them.

When in "controlled" mode, i would use onSetXDomain to know the new domain, after the zoom event, and then apply the same domain to all the other plots.

Problem is, how to achieve the same when not in "controlled" mode?
Also, how do I apply the new domain to the other plots?

Same request here : )