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

Streaming for non timebased data #165

Open
iilyak opened this issue Jun 10, 2022 · 1 comment
Open

Streaming for non timebased data #165

iilyak opened this issue Jun 10, 2022 · 1 comment

Comments

@iilyak
Copy link

iilyak commented Jun 10, 2022

I have a stream of data which doesn't have a timestamp. The rate of events is so high that I need a microseconds resolution to use timestamp based approach. I know that JS doesn't support microseconds in Date object This means calling new Date() will not work.

I have a monotonically increasing event id (integer). Is there a way I can implement a scrolling chart similar to the one provided by streaming plugin (with zoom feature) using linear scale instead of time or realtime?

@dayaftereh
Copy link

+1

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

2 participants