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
3202c5a3
Commit
3202c5a3
authored
Feb 17, 2020
by
maxchaza
Browse files
Add dbId on dom for svg export
parent
b19b6675
Changes
2
Hide whitespace changes
Inline
Side-by-side
app.json
View file @
3202c5a3
...
...
@@ -7,7 +7,7 @@
/**
*
The
version
of
the
application.
*/
"version"
:
"3.0.1
0
"
,
"version"
:
"3.0.1
1
"
,
/**
*
The
relative
path
to
the
application's
markup
file
(html
,
jsp
,
asp
,
etc.).
...
...
resources/lib/functions/GraphNode.js
View file @
3202c5a3
...
...
@@ -1029,6 +1029,7 @@ metExploreD3.GraphNode = {
.
attr
(
"
id
"
,
function
(
node
)
{
return
"
node
"
+
node
.
getId
();
})
.
attr
(
"
dbIdentifier
"
,
function
(
d
)
{
return
d
.
getDbIdentifier
();
})
.
call
(
node_drag
);
metExploreD3
.
GraphNode
.
node
=
d3
.
select
(
"
#
"
+
metExploreD3
.
GraphNode
.
panelParent
)
...
...
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