mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
fix: increase force between nodes in network view
This commit is contained in:
@@ -126,8 +126,8 @@ function get_network() {
|
||||
name: 'cose',
|
||||
randomize: true,
|
||||
animate: false,
|
||||
idealEdgeLength: function (edge) { return 64; },
|
||||
nodeRepulsion: function (node) { return 8192; }
|
||||
idealEdgeLength: function (edge) { return 40; },
|
||||
nodeRepulsion: function (node) { return 1e7; }
|
||||
});
|
||||
|
||||
layout.run();
|
||||
|
||||
Reference in New Issue
Block a user