This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Graph2D breaks when zooming in/out #2580
Milestone
Comments
Also the console shows errors:
|
mojoaxel
added a commit
that referenced
this issue
Jan 14, 2017
mojoaxel
added a commit
that referenced
this issue
Jan 14, 2017
mojoaxel
added a commit
that referenced
this issue
Jan 14, 2017
yotamberk
pushed a commit
that referenced
this issue
Jan 15, 2017
There were two issues here. One is the problem described in #2500. The other one is a really strange:
This is caused by because in LineGraph.js#L481 the comparison between the IDs ("0" !== 0) fails. We have to make sure that internal ids are always of the same type. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You can reproduce the problem using "examples/graph2d/08_performance.html":
This was introduced after 4.17.0 and needs to be fixed before the 4.18 release!!
The text was updated successfully, but these errors were encountered: