How to drag a node while keep the other nodes fixed ? #261
Unanswered
liumengyu0817
asked this question in
Q&A
Replies: 3 comments
-
I don't think it avialible at master, but in 2.0.0 you can do const config = {
//normal neovis config
visConfig: {
physics: {
enabled: false
}
}
}; and it should be enogh if Im not wrong |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've tried this in 2.0 and this doesn't seem to work - any suggestions? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@pavelb97 it should be enough. Can you post your whole code and what's going on in the console? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use the example code to get the image, the nodes in the generated image is very dense. Thus, I tried to drag the nodes so that they can become sparse. But, I found that when I dray one node, the other nodes also move. Is there any way to avoid this problem ?
Beta Was this translation helpful? Give feedback.
All reactions