This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Bad perfomance after upgrading from vis 4.17 to timeline-plus #81
Labels
Comments
Can you tell me where exactly was this snippet? in what function in which row? |
The snippet should be put at line 814 in Group.js. |
Checkout v2.2.4 |
Ok, thanks. Will try it out and get back to you. |
Works perfectly! thanks for the help! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
After upgrading from vis.js version 4.17 to timeline-plus we got really bad perfomance. We have about 450 groups and 3000 items in them. I started to investigate what had changed and managed to pin it down to that something had changed between vis 4.17 and 4.18. So after a diff of these two versions i noticed that the following code had been removed from
updateItemsInRange
in Group.jsIf i put this code back the perfomance is back to normal but im not sure that this does not affect something else.
I also noticed that without the code we get alot of style recalculations and layouts.
Would it be possible to put this code back in timeline-plus or does this affect something else?
The text was updated successfully, but these errors were encountered: