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
Is your feature request related to a problem? Please describe.
Vis Timeline triggers periodically via setTimeout for a rerender. This causes performance issues (as shown by @luchsamapparat):
Describe the solution you'd like
We could initially run the Vis Timeline outside the ngZone, but needs then to make change detection manual
I think we should also think about the setTimeout Method
Is your feature request related to a problem? Please describe.
Vis Timeline triggers periodically via
setTimeout
for a rerender. This causes performance issues (as shown by @luchsamapparat):Describe the solution you'd like
Describe alternatives you've considered
Additional context
Demo: https://vistimelineexample.z22.web.core.windows.net/
Source: https://github.com/luchsamapparat/vis-timeline-example
Maybe related to #385 and #211
The text was updated successfully, but these errors were encountered: