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
35a793e8
Commit
35a793e8
authored
Apr 20, 2021
by
Jean-Clement Gallardo
Browse files
Finish CurveArrow
parents
9426ae78
1f4e049f
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/lib/functions/GraphNetwork.js
View file @
35a793e8
...
...
@@ -1743,6 +1743,7 @@ metExploreD3.GraphNetwork = {
*/
removeMarkerEnd
:
function
(){
d3
.
select
(
"
#viz
"
).
select
(
"
#D3viz
"
).
select
(
"
#graphComponent
"
).
selectAll
(
"
path.link.reaction
"
).
attr
(
"
marker-end
"
,
"
none
"
);
d3
.
select
(
"
#viz
"
).
select
(
"
#D3viz
"
).
select
(
"
#graphComponent
"
).
selectAll
(
"
path.link.pathway
"
).
attr
(
"
marker-end
"
,
"
none
"
);
},
/////////////////////////////////////////////////////GraphLink?
...
...
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