Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
030afb6d
Commit
030afb6d
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
add a select
parent
3636e87f
No related branches found
No related tags found
No related merge requests found
Pipeline
#112542
passed
1 year ago
Stage: get-data
Stage: format-data
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pages/refseq.vue
+7
-1
7 additions, 1 deletion
pages/refseq.vue
with
7 additions
and
1 deletion
pages/refseq.vue
+
7
−
1
View file @
030afb6d
...
@@ -151,7 +151,7 @@ const computedDistriTaxoOptions = computed(() => {
...
@@ -151,7 +151,7 @@ const computedDistriTaxoOptions = computed(() => {
Plot
.
barX
(
Plot
.
barX
(
unref
(
selectedRefSeq
.
value
),
unref
(
selectedRefSeq
.
value
),
Plot
.
groupY
(
Plot
.
groupY
(
{
x
:
facet
.
value
?
"
proportion-facet
"
:
"
count
"
},
{
x
:
facet
.
value
?
"
proportion-facet
"
:
"
count
"
},
groupYOption
groupYOption
)
)
),
),
...
@@ -194,6 +194,12 @@ const computedDistriTaxoOptions = computed(() => {
...
@@ -194,6 +194,12 @@ const computedDistriTaxoOptions = computed(() => {
><v-toolbar-title>
Distribution Systems
</v-toolbar-title></v-toolbar
><v-toolbar-title>
Distribution Systems
</v-toolbar-title></v-toolbar
>
>
<v-card-text>
<v-card-text>
<v-select
v-model=
"selectedTaxoRank"
:items=
"availableTaxo"
density=
"compact"
label=
"Select taxonomic rank"
></v-select>
<v-switch
<v-switch
v-model=
"facetDistriSystem"
v-model=
"facetDistriSystem"
label=
"Facet"
label=
"Facet"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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