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

Bound Streaming Visualizations #16

Open
uncommoncode opened this issue Mar 25, 2015 · 1 comment
Open

Bound Streaming Visualizations #16

uncommoncode opened this issue Mar 25, 2015 · 1 comment

Comments

@uncommoncode
Copy link

I looked at the source code briefly and did not see any sort of array limit for streaming visualizations. This limit is necessary to bound visualization data from appending perpetually.

One case where this is observable is on the http://lightning-viz.org/visualizations/streaming/#streaming page. If left to continue for some time in chrome, the tab will crash.

I apologize if I'm missing a config parameter or something else, but this seems like it would be a perhaps necessary feature for streaming visualizations.

Looking forward to the talk tomorrow!

@Siouffy
Copy link

Siouffy commented Jul 26, 2015

true ... i think quick workaround is to put instead of post the new data (considering including some previous values) ..

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