d3.interval()

d3.interval(callback[, delay[, time]])

Like timer, except the callback is invoked only every delay milliseconds; if delay is not specified, this is equivalent to timer. A suitable replacement for setInterval that is guaranteed to not run in the background. The callback is passed the elapsed time.

doc_D3_Js
2016-11-24 10:26:56
Comments
Leave a Comment

Please login to continue.