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

Support time seeking #58

Open
markphilpot opened this issue Jul 25, 2013 · 2 comments · May be fixed by #59
Open

Support time seeking #58

markphilpot opened this issue Jul 25, 2013 · 2 comments · May be fixed by #59

Comments

@markphilpot
Copy link

I can use serverDelay as a shift parameter to seek to a region of time. However there are a few issues.

  • once you change serverDelay, you still have to wait until the next change event firing for the graph to be refreshed
  • The horizon change() method that paints the canvas makes assumptions that dx is always positive (so doesn't copy the correct part of the image in reuse)
  • The same method also assumes you are always repainting the "right" side of the chart
  • The metric is also assuming it always needs to fetch new values for the "right" side of the graph (rather than past values when seeking back in time).

Time permitting I will try to provide fixes to these issues if I can without completely changing the underlying architectural assumptions.

@markphilpot markphilpot linked a pull request Jul 27, 2013 that will close this issue
@sbegueria
Copy link

Can one force graph refreshing without waiting for an event?

@aspiers
Copy link

aspiers commented Feb 23, 2021

I was wondering that too.

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

Successfully merging a pull request may close this issue.

3 participants