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
When an app has multiple <Plot> components visible, there are cases where a user wants to zoom in one <Plot> (click-drag) and have that behavior reflected on all <Plot>s. Same for unzoom. (Giraffe may already have this for unzoom, but it should also work with zoom seamlessly). Make this behavior easier to implement.
There should be a way to do the following:
allow multiple <Plot>s to be zoomed and unzoomed at the same time
even when they have different dimensions
access the default zoom and unzoom behavior from the custom callbacks for the domain
set the min and max based on a percentage
translate the mouse position offset using a percentage (of the <Plot> the user is interacting with) and sending it to all <Plot>s
The text was updated successfully, but these errors were encountered:
When an app has multiple
<Plot>
components visible, there are cases where a user wants to zoom in one<Plot>
(click-drag) and have that behavior reflected on all<Plot>
s. Same for unzoom. (Giraffe may already have this for unzoom, but it should also work with zoom seamlessly). Make this behavior easier to implement.There should be a way to do the following:
<Plot>
s to be zoomed and unzoomed at the same time<Plot>
the user is interacting with) and sending it to all<Plot>
sThe text was updated successfully, but these errors were encountered: