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',
|
name: 'cose',
|
||||||
randomize: true,
|
randomize: true,
|
||||||
animate: false,
|
animate: false,
|
||||||
idealEdgeLength: function (edge) { return 64; },
|
idealEdgeLength: function (edge) { return 40; },
|
||||||
nodeRepulsion: function (node) { return 8192; }
|
nodeRepulsion: function (node) { return 1e7; }
|
||||||
});
|
});
|
||||||
|
|
||||||
layout.run();
|
layout.run();
|
||||||
|
|||||||
Reference in New Issue
Block a user