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

Seek to Domain Start (instead of using .next() repeatedly)? #42

Closed
lucashowell opened this issue Sep 29, 2013 · 3 comments
Closed

Seek to Domain Start (instead of using .next() repeatedly)? #42

lucashowell opened this issue Sep 29, 2013 · 3 comments
Assignees
Milestone

Comments

@lucashowell
Copy link

When browsing across a large set of domains / subdomains, I'd like to have a function that I can pass a date to and the heatmap will seek to the start of the matching domain. Similar to how "start" works on init, but the seek function could be used anytime after the heatmap has been rendered. Right now I'm using .next() repeatedly, but this can be pretty slow if the domain I'm seeking is dozens of "next()" calls away.

Total enhancement - but I thought I'd see if it's possible!

Thanks!

Lucas

@wa0x6e
Copy link
Owner

wa0x6e commented Sep 29, 2013

It seems fairly easy to add, but the current animation implementation can not handle moving more than 1 domain at once. Unless you don't mind that, or wait for a refactoring of the animation implementation

@lucashowell
Copy link
Author

For my purposes at least, I'm not that worried about the animation - just getting to a new spot in the heatmap quickly!

Thanks!

@ghost ghost assigned wa0x6e Sep 29, 2013
@wa0x6e
Copy link
Owner

wa0x6e commented Oct 7, 2013

jumpTo(Date) method was added

@wa0x6e wa0x6e closed this as completed Oct 7, 2013
wa0x6e pushed a commit that referenced this issue Nov 8, 2022
chore(deps): update dependency grunt-contrib-copy to v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants