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
9e486286
Commit
9e486286
authored
Jan 17, 2020
by
maxchaza
Browse files
New logo for v3
parent
da5ce36d
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
app.json
View file @
9e486286
...
...
@@ -7,7 +7,7 @@
/**
*
The
version
of
the
application.
*/
"version"
:
"3.0.
2
"
,
"version"
:
"3.0.
3
"
,
/**
*
The
relative
path
to
the
application's
markup
file
(html
,
jsp
,
asp
,
etc.).
...
...
resources/icons/logoViz.png
View replaced file @
da5ce36d
View file @
9e486286
22.4 KB
|
W:
|
H:
81.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
resources/icons/metExploreViz_Logo.svg
View file @
9e486286
This diff is collapsed.
Click to expand it.
resources/lib/functions/GraphCaption.js
View file @
9e486286
...
...
@@ -219,10 +219,10 @@ metExploreD3.GraphCaption = {
logo
.
append
(
"
image
"
)
.
attr
(
"
xlink:href
"
,
"
resources/icons/metExploreViz_Logo.svg
"
)
.
attr
(
"
width
"
,
"
5
0
"
)
.
attr
(
"
height
"
,
"
5
0
"
)
.
attr
(
'
x
'
,
$
(
"
#viz
"
).
width
()
-
1
10
)
.
attr
(
'
y
'
,
$
(
"
#viz
"
).
height
()
-
75
);
.
attr
(
"
width
"
,
"
7
5
"
)
.
attr
(
"
height
"
,
"
7
5
"
)
.
attr
(
'
x
'
,
$
(
"
#viz
"
).
width
()
-
1
24
)
.
attr
(
'
y
'
,
$
(
"
#viz
"
).
height
()
-
100
);
...
...
@@ -455,10 +455,10 @@ metExploreD3.GraphCaption = {
logo
.
append
(
"
image
"
)
.
attr
(
"
xlink:href
"
,
"
resources/icons/metExploreViz_Logo.svg
"
)
.
attr
(
"
width
"
,
"
5
0
"
)
.
attr
(
"
height
"
,
"
5
0
"
)
.
attr
(
'
x
'
,
$
(
"
#viz
"
).
width
()
-
1
10
)
.
attr
(
'
y
'
,
$
(
"
#viz
"
).
height
()
-
75
);
.
attr
(
"
width
"
,
"
7
5
"
)
.
attr
(
"
height
"
,
"
7
5
"
)
.
attr
(
'
x
'
,
$
(
"
#viz
"
).
width
()
-
1
24
)
.
attr
(
'
y
'
,
$
(
"
#viz
"
).
height
()
-
100
);
logo
.
append
(
"
svg:text
"
)
.
attr
(
'
id
'
,
'
metexplore
'
)
...
...
resources/lib/functions/GraphPanel.js
View file @
9e486286
...
...
@@ -102,8 +102,8 @@ metExploreD3.GraphPanel = {
d3
.
select
(
"
#viz
"
).
select
(
"
#D3viz
"
)
.
select
(
"
#logoViz
"
)
.
select
(
"
image
"
)
.
attr
(
'
x
'
,
$
(
"
#viz
"
).
width
()
-
88
)
.
attr
(
'
y
'
,
$
(
"
#viz
"
).
height
()
-
70
);
.
attr
(
'
x
'
,
$
(
"
#viz
"
).
width
()
-
100
)
.
attr
(
'
y
'
,
$
(
"
#viz
"
).
height
()
-
124
);
d3
.
select
(
"
#metexplore
"
).
text
(
'
MetExploreViz v
'
+
Ext
.
manifest
.
version
).
attr
(
'
x
'
,
$
(
"
#viz
"
).
width
()
-
132
).
attr
(
'
y
'
,
$
(
"
#viz
"
).
height
()
-
10
);
...
...
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