Skip to content
Snippets Groups Projects
Commit 9d9dce92 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Manager: disabled dynamic smooth edges on depsgraph viewer

This improves performance when dealing with large graphs.
parent 70876882
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ function depsgraph(canvas_id, nodes, edges) {
parentCentralization: true,
},
},
edges: {
smooth: false,
},
interaction: {
dragNodes: false,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment