Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
ac01aa1a
Commit
ac01aa1a
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
change a bit layout
parent
2d56ade2
Branches
dev
No related tags found
No related merge requests found
Pipeline
#117966
passed with warnings with stages
in 7 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/content/RefseqDb.vue
+10
-7
10 additions, 7 deletions
components/content/RefseqDb.vue
with
10 additions
and
7 deletions
components/content/RefseqDb.vue
+
10
−
7
View file @
ac01aa1a
...
@@ -65,7 +65,8 @@ const computedHeaders = computed(() => {
...
@@ -65,7 +65,8 @@ const computedHeaders = computed(() => {
})
})
const
computedWidth
=
computed
(()
=>
{
const
computedWidth
=
computed
(()
=>
{
return
Math
.
max
(
width
.
value
,
550
);
const
currentWidth
=
fullWidth
.
value
?
width
.
value
:
width
.
value
/
2
return
Math
.
max
(
currentWidth
,
550
);
});
});
const
plotHeight
=
computed
(()
=>
{
const
plotHeight
=
computed
(()
=>
{
...
@@ -131,7 +132,7 @@ const computedTaxonomyDistribution = computed(() => {
...
@@ -131,7 +132,7 @@ const computedTaxonomyDistribution = computed(() => {
const
computedDistriTaxoOptions
=
computed
(()
=>
{
const
computedDistriTaxoOptions
=
computed
(()
=>
{
return
{
return
{
...
defaultBarPlotOptions
.
value
,
...
defaultBarPlotOptions
.
value
,
marginBottom
:
2
0
0
,
marginBottom
:
1
20
,
marks
:
[
marks
:
[
Plot
.
barY
(
Plot
.
barY
(
toValue
(
computedTaxonomyDistribution
),
toValue
(
computedTaxonomyDistribution
),
...
@@ -163,11 +164,11 @@ function capitalize([first, ...rest]) {
...
@@ -163,11 +164,11 @@ function capitalize([first, ...rest]) {
<v-btn
icon=
"mdi-math-log"
value=
"log"
></v-btn>
<v-btn
icon=
"mdi-math-log"
value=
"log"
></v-btn>
</v-btn-toggle>
</v-btn-toggle>
</v-toolbar>
</v-toolbar>
<v-row
align=
"start"
class=
"m
b
-2"
>
<v-row
align=
"start"
class=
"m
y
-2"
>
<v-col
:cols=
"fullWidth ? 12 : 6"
>
<v-col
:cols=
"fullWidth ? 12 : 6"
>
<v-card
color=
"transparent"
flat
class=
"my-3"
>
<v-card
color=
"transparent"
flat
class=
"my-3"
>
<v-
card-title>
Systems
</v-card-title
>
<v-
toolbar
flat
color=
"transparent"
>
<v-toolbar-title>
Systems
</v-toolbar-title></v-toolbar>
<v-card-text>
<v-card-text>
<PlotFigure
:options=
"unref(computedDistriSystemOptions)"
defer
></PlotFigure>
<PlotFigure
:options=
"unref(computedDistriSystemOptions)"
defer
></PlotFigure>
</v-card-text>
</v-card-text>
...
@@ -175,10 +176,12 @@ function capitalize([first, ...rest]) {
...
@@ -175,10 +176,12 @@ function capitalize([first, ...rest]) {
</v-col>
</v-col>
<v-col
:cols=
"fullWidth ? 12 : 6"
>
<v-col
:cols=
"fullWidth ? 12 : 6"
>
<v-card
flat
color=
"transparent"
>
<v-card
flat
color=
"transparent"
>
<v-
card-title>
Taxonomic
</v-card-title
>
<v-
toolbar
flat
color=
"transparent"
>
<v-c
ar
d
-t
ext
>
<v-toolb
ar-t
itle>
Taxonomic
</v-toolbar-title
>
<v-select
v-model=
"selectedTaxoRank"
:items=
"availableTaxo"
density=
"compact"
<v-select
v-model=
"selectedTaxoRank"
:items=
"availableTaxo"
density=
"compact"
label=
"Select taxonomic rank"
></v-select>
label=
"Select taxonomic rank"
></v-select>
</v-toolbar>
<v-card-text>
<PlotFigure
defer
:options=
"unref(computedDistriTaxoOptions)"
></PlotFigure>
<PlotFigure
defer
:options=
"unref(computedDistriTaxoOptions)"
></PlotFigure>
</v-card-text>
</v-card-text>
</v-card>
</v-card>
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment