We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried setting x, y values for the nodes, and set it as fixed. But I noticed that it still renders at different position on each reload.
The text was updated successfully, but these errors were encountered:
nodes: [ { id: 1, label: '1', title: '1 tootip text', fixed: { x: true, y: true, }, group: 'myGroup', physics: false, size: 32, x: -35, y: -152, },
Sorry, something went wrong.
@number-00 Try setting randomSeed , this is what helped me
randomSeed
This doesn't seem to work for me either, and randomSeed didn't help...
OK, I was using physics: true, and the physics were just pulling things out of place 🤦♂️
physics: true
No branches or pull requests
I tried setting x, y values for the nodes, and set it as fixed. But I noticed that it still renders at different position on each reload.
The text was updated successfully, but these errors were encountered: