You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: