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

How to create very fast Chart #12

Closed
williamesp2015 opened this issue Feb 25, 2018 · 1 comment
Closed

How to create very fast Chart #12

williamesp2015 opened this issue Feb 25, 2018 · 1 comment
Assignees
Labels

Comments

@williamesp2015
Copy link

I understand current limitation of x axis (only accept time format) but I guess with refreshing delay and colors can make it faster to display 1000 hz sampling rate streaming data.
Please advice.

Thanks

@nagix
Copy link
Owner

nagix commented Feb 26, 2018

Moment.js, which is used in Chart.js, accepts millisecond values in various formats, so you can display up to 1000Hz sampling rate streaming data. As OnReflesh() cannot be called so often (upper limit is 60Hz, which is the screen refresh rate), you need to append multiple sampling values in each call.

@nagix nagix added the question label Feb 26, 2018
@nagix nagix self-assigned this Feb 26, 2018
@nagix nagix closed this as completed Apr 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants