Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Make X-zoom the default #76

Open
adamwight opened this issue Apr 2, 2013 · 1 comment
Open

Make X-zoom the default #76

adamwight opened this issue Apr 2, 2013 · 1 comment

Comments

@adamwight
Copy link

Providing a box zoom is an advanced and mostly aggravating feature. In most cases the correct default is to zoom on the X-axis, and auto-range the Y-axis. Giving control over the Y-zoom is almost too powerful. My recommendation is to respond to user onMouseDrag input in a differential way:
a) Drag endpoints are mostly separated in the X direction -> Draw a zoom line, and when performing the zoom, auto-range Y.
b) Drag endpoints have some Y separation -> Draw the zoom box, and do a box zoom.

''Rambling''
We could also have a Y-only zoom, if the drag points are vertical.

There should also be a way to make slight corrections to the zoom factors, without screwing up a nice graph.

The escape key, and stuff, should abort any UI interaction.

@milimetric
Copy link
Contributor

We're using d3 and that's made the zoom brush approach a bit less flexible than you would think. The fine grained conotrol you're talking about is there in canvas-based libraries but dealing with SVG libraries like d3 is a bit higher level. Thanks for your comments.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants