Skip to content
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

/explore timeline cursor design #16

Open
dognotdog opened this issue Dec 4, 2020 · 0 comments
Open

/explore timeline cursor design #16

dognotdog opened this issue Dec 4, 2020 · 0 comments

Comments

@dognotdog
Copy link
Contributor

The current version of the grapher does not have a "static" cursor (fixed point in time) like /browse used to have, but only shows a cursor dynamically that follows mouse movement in the grapher area

image

The /browse cursor was used to statically highlight data values, and also was the pin for the timeline during zoom operations.

image

My suggestion would be an alternative implemementation that is slightly more complex, but might working directly in the graphs to highlight data more compelling:

  • keep the dynamic cursor as is
  • make clicks add/remove static cursors so that values at multiple points in time are highlighted, and can be used for screenshots or during presentations
  • maybe pin zooming to the center of the visible cursors, though pinning in general is a tricky issue, as as pinning breaks the symmetry of zooming in / out, eg. when starting with no visible cursors, zooming in and out keeps brings me back to where I started, but if a cursor comes into view when zooming out, zooming in would shift the timeline to keep the cursor in view, and this becomes even more weird with multiple cursors
@dognotdog dognotdog transferred this issue from CMU-CREATE-Lab/esdr Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant