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