Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metexplore
MetExploreViz
Commits
24823f0d
Commit
24823f0d
authored
Apr 12, 2021
by
JeanClement
Browse files
Merge branch 'hotfix/Distance_connexes'
parents
7f86e960
de75b196
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/lib/functions/GraphNetwork.js
View file @
24823f0d
...
...
@@ -1159,7 +1159,7 @@ metExploreD3.GraphNetwork = {
var
manyBody
=
d3
.
forceManyBody
()
.
strength
(
-
100
)
.
distanceMin
(
1
)
.
distanceMax
(
10
00
);
.
distanceMax
(
4
00
);
var
forceLinks
=
d3
.
forceLink
(
visibleLinks
)
.
distance
(
function
(
link
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment