Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
metexplore
MetExploreViz
Commits
227d5a8f
Commit
227d5a8f
authored
Apr 19, 2021
by
Jean-Clement Gallardo
Browse files
Correction color pathway on link
parent
24823f0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/lib/functions/GraphLink.js
View file @
227d5a8f
...
...
@@ -84,7 +84,7 @@ metExploreD3.GraphLink = {
.
style
(
"
stroke
"
,
pathw
.
getColor
());
})
//me.parentNode.removeChild(me);
//
me.parentNode.removeChild(me);
}
//if( metExploreD3.GraphUtils.RGB2Color(color.r, color.g, color.b)!="#000000") d3.select(this).style("stroke-width","3px")
// return metExploreD3.GraphUtils.RGB2Color(color.r, color.g, color.b);
...
...
@@ -167,8 +167,7 @@ metExploreD3.GraphLink = {
"
L
"
+
xTarget
+
"
,
"
+
yTarget
+
"
L
"
+
xWBaseArrowT1
+
"
,
"
+
yWBaseArrowT1
+
"
L
"
+
xWBaseArrowT2
+
"
,
"
+
yWBaseArrowT2
+
"
L
"
+
xBaseArrowRev
+
"
,
"
+
yBaseArrowRev
+
"
Z
"
;
"
L
"
+
xBaseArrowRev
+
"
,
"
+
yBaseArrowRev
;
}
function
path
(
source
,
target
)
{
...
...
@@ -206,8 +205,7 @@ metExploreD3.GraphLink = {
"
L
"
+
xWBaseArrowT1
+
"
,
"
+
yWBaseArrowT1
+
"
L
"
+
xTarget
+
"
,
"
+
yTarget
+
"
L
"
+
xWBaseArrowT2
+
"
,
"
+
yWBaseArrowT2
+
"
L
"
+
xBaseArrowT
+
"
,
"
+
yBaseArrowT
+
"
Z
"
;
"
L
"
+
xBaseArrowT
+
"
,
"
+
yBaseArrowT
;
}
...
...
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