You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How could one plot live data? Lets say I have a variable data that changes every second. It can have values 1 to 5 (should be plotted with different colors).
var data = {
value: chance.integer( { min: 1, max: 5 } ),
timestamp: new Date().getTime()
}
The text was updated successfully, but these errors were encountered:
How could one plot live data? Lets say I have a variable
data
that changes every second. It can have values 1 to 5 (should be plotted with different colors).The text was updated successfully, but these errors were encountered: