Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Yasset Perez
pride-web
Commits
83672d4f
Commit
83672d4f
authored
Sep 12, 2018
by
Yasset Perez-Riverol
Browse files
minor changes
parent
b6801099
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
src/components/landingpage/StatisticsDetails.vue
src/components/landingpage/StatisticsDetails.vue
+4
-4
src/components/landingpage/statistics_chart/LineSimple.vue
src/components/landingpage/statistics_chart/LineSimple.vue
+1
-1
src/components/landingpage/statistics_chart/MapSimple.vue
src/components/landingpage/statistics_chart/MapSimple.vue
+1
-1
src/components/landingpage/statistics_chart/TreeSimple.vue
src/components/landingpage/statistics_chart/TreeSimple.vue
+1
-1
No files found.
src/components/landingpage/StatisticsDetails.vue
View file @
83672d4f
...
...
@@ -6,7 +6,7 @@
<Col
span=
"20"
>
<div
class=
"visualization-wrapper"
>
<Card>
<p
slot=
"title"
>
Submi
ssion
s properties tree
</p>
<p
slot=
"title"
>
Submi
tted dataset
s properties tree
</p>
<!--
<p
slot=
"extra"
>
<Tooltip>
...
...
@@ -31,7 +31,7 @@
<Col
span=
"10"
>
<div
class=
"visualization-wrapper"
>
<Card>
<p
slot=
"title"
>
Public
s
ubmi
ssion
s
</p>
<p
slot=
"title"
>
Public
S
ubmi
tted dataset
s
</p>
<p
slot=
"extra"
>
<a
class=
"submission-options"
@
click=
"queryLine('year')"
>
Year
</a>
<a
class=
"submission-options"
@
click=
"queryLine('month')"
>
Month
</a>
...
...
@@ -48,7 +48,7 @@
<Col
span=
"10"
>
<div
class=
"visualization-wrapper"
>
<Card>
<p
slot=
"title"
>
Submi
ssion
s properties
</p>
<p
slot=
"title"
>
Submi
tted dataset
s properties
</p>
<p
slot=
"extra"
>
<Select
v-model=
"facetsType"
size=
"small"
style=
"width:125px"
@
on-change=
"facetsTypeChange"
>
...
...
@@ -69,7 +69,7 @@
<Col
span=
"20"
>
<div
class=
"visualization-wrapper"
>
<Card>
<p
slot=
"title"
>
Submi
ssion
s per country
</p>
<p
slot=
"title"
>
Submi
tted dataset
s per country
</p>
<!--
<p
slot=
"extra"
>
<Tooltip>
...
...
src/components/landingpage/statistics_chart/LineSimple.vue
View file @
83672d4f
...
...
@@ -11,7 +11,7 @@ export default {
return
{
options
:
{
title
:
{
text
:
'
Public
s
ubmi
ssion
'
,
text
:
'
Public
S
ubmi
tted datasets
'
,
textStyle
:{
fontSize
:
14
,
fontWeight
:
'
normal
'
,
...
...
src/components/landingpage/statistics_chart/MapSimple.vue
View file @
83672d4f
...
...
@@ -23,7 +23,7 @@ export default {
options
:
{
backgroundColor
:
'
white
'
,
//'#404a59',
title
:
{
text
:
'
Submi
ssion
s per country
'
,
text
:
'
Submi
tted dataset
s per country
'
,
textStyle
:{
fontSize
:
14
,
fontWeight
:
'
normal
'
,
...
...
src/components/landingpage/statistics_chart/TreeSimple.vue
View file @
83672d4f
...
...
@@ -49,7 +49,7 @@ export default {
return
{
options
:
{
title
:
{
text
:
'
Submi
ssion
properties tree
'
,
text
:
'
Submi
tted datasets
properties tree
'
,
textStyle
:{
fontSize
:
14
,
fontWeight
:
'
normal
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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