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
I'm building a backbone application using c3. When I move away from a view containing a c3 graph, a leak appears from window.setInterval(). I tried cleaning up using destroy(), but probably this doesn't access the interval set on window.
The text was updated successfully, but these errors were encountered:
I'm building a backbone application using c3. When I move away from a view containing a c3 graph, a leak appears from
window.setInterval()
. I tried cleaning up using destroy(), but probably this doesn't access the interval set onwindow
.The text was updated successfully, but these errors were encountered: