Skip to content

Add an event for panning and zooming that show live details as the range changes #2082

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Holyphoenix opened this issue Oct 12, 2017 · 7 comments · Fixed by #3888
Closed
Labels
feature something new
Milestone

Comments

@Holyphoenix
Copy link

It would be useful to have an event that is fired any time the range of a chart changes (not just after the pan or zoom is complete). This event could be used to make a second chart scroll or zoom with a first chart.

I want to use it to make a chart with the x-axis scrollable on my page over my other, quite large chart, that has many subplots. I could also see it being useful for things like a dashboard where charts are separated to a point where they cannot just be subplots, but you want live updates to the charts as other charts are changing.

@Holyphoenix Holyphoenix changed the title Add Events for panning and zooming that show the gradual range change Add Events for panning and zooming that show live details as the range changes Oct 12, 2017
@Holyphoenix Holyphoenix changed the title Add Events for panning and zooming that show live details as the range changes Add an event for panning and zooming that show live details as the range changes Oct 12, 2017
@alexcjohnson
Copy link
Collaborator

Good idea, similar to the selecting vs selected events. I imagine it would be very easy to slow the system down unbearably this way (panning & live zooming take shortcuts to adjust the plots much faster than a normal relayout with a changed range) but there are cases where this would work fine, or other things you might want to do with those ranges besides updating other plots.

@alexcjohnson alexcjohnson added the feature something new label Oct 12, 2017
@etpinard
Copy link
Contributor

cc #145

@zhihua-chen
Copy link

Would like the same for rotating 3d plots.

@zhihua-chen
Copy link

How about this PR for gl3d plots?

zhihua-chen#1

@suriyaprashath
Copy link

Any update on this feature request?

@zhihua-chen
Copy link

zhihua-chen commented Aug 7, 2018 via email

@etpinard
Copy link
Contributor

Adding to v1.48.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants