How do i use realtime charts without the data array getting infinit long? #3608
BolverBlitz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, hope someone might help me here a bit.
So, what did i try.
PowerGraphDataF: got 60 elements, numbers 0 -3600
New data comes via websocket. Now here is my issue, doing this (like in the example) it slows down after time. Crashes after about 2h
So i tryed keeping only my 60 datapoints
That keeps my chart short, but it makes the chart wiggle arround. How can i shorten the array but keep the nice animation?
My Chart defenition, in case its important
Beta Was this translation helpful? Give feedback.
All reactions