Tell me more ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

There are many zooming user interfaces (ZUI) that zoom in 2 dimensions, but are there any that zoom in just 1 dimension for people creating timelines, etc? Something like:

http://test.barrycarter.info/HTML5/svg-gen.html

only not sucky?

EDIT (more detail): I'm trying to create a zooming timeline application w/ the following properties:

  • Once you stop zooming or dragging (but not while you're zooming or dragging), the application pulls new data from a server. My current version uses fixed data.

  • The application has "tooltips": if you hover over a box/text, you get more information. My current version does this, but switching it HTML5 canvas would break this.

  • The distance between events changes as you zoom, but the width of the text/lines marking each event does not. SVG's lines get larger when you scale the canvas: there is no concept of a "fixed-width" line.

  • Zooms "smoothly" (continuously) like my version does, not discretely.

I started creating a framework for this, but realized someone else may've already done this.

share|improve this question
1  
What exactly is your question here? What do you need to have an answer for? – JonW Sep 26 '12 at 20:16
Sorry, but questions requesting recommendations for books / software / apps / papers etc. would fall into the shopping request category and aren't really suitable to a Q&A website. The reason for this is that there is no one correct answer, and such recommended items would soon be updated and replaced with newer / better versions making the best answers redundant. Therefore you're better off visiting our Chat site for such discussions, they're not really suitable for this main site I'm afraid. – JonW Sep 27 '12 at 7:38

closed as not constructive by Mervin, Benny Skogberg, JonW Sep 27 '12 at 7:38

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Yes, this is common in time-based data. For example, audio manipulation software like Soundtrack Pro lets you zoom in on the time axis. (It also lets you magnify on the amplitude axis, but that's not navigation.)

Online timeline visualizations will often allow this as well, for example, the stock market widgets on sites like Yahoo! Finance give you an 'overview' below which you can use to zoom in and out on various chunks of a stock's history.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.