-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Ability to change graph layout algorithm #141
Comments
What kind of things do you want to change? You can change most of the parameters with Here are some of my options as a reference (setq org-roam-server-network-vis-options "{
\"physics\": {
\"enabled\": true,
\"barnesHut\":{
\"gravitationalConstant\" : -6000, \"avoidOverlap\" : 0.5, \"springLength\" : 200
},
\"stabilization\": {
\"enabled\": true, \"iterations\": 30
}
},
\"edges\": {
\"physics\": true, \"hidden\": false, \"smooth\": {
\"enabled\": false, \"type\": \"continuous\"
}
}
}"
)
|
You can find the options you can specify here I've been experimenting a bit with creating easier ways of doing via |
Hi, You can use |
The default settings aren't always appropriate. The ability to change the parameters of the visualisation should be included.
The text was updated successfully, but these errors were encountered: