Skip to content
Snippets Groups Projects
Commit 030afb6d authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add a select

parent 3636e87f
No related branches found
No related tags found
No related merge requests found
Pipeline #112542 passed
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment