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

text before plot

parent f166a689
No related branches found
No related tags found
1 merge request!231System distribution plot edit article
Pipeline #127323 waiting for manual action
...@@ -153,16 +153,18 @@ async function fetchRefSeqTaxo() { ...@@ -153,16 +153,18 @@ async function fetchRefSeqTaxo() {
</script> </script>
<template> <template>
<v-card flat> <v-card flat>
<v-select v-model="selectedTaxoRank" :items="taxoRanks" density="compact" label="Select taxonomic rank"
hide-details="auto" class="mx-2"></v-select>
<v-card-text> <v-card-text>
Among the {{ d3.format(",")(systemStatistics.totalGenome) }} complete genomes of RefSeq, the {{ page.title Among the {{ d3.format(",")(systemStatistics.totalGenome) }} complete genomes of RefSeq, the {{ page.title
}} is }} is
detected in {{ d3.format(",")(systemStatistics.genomeWithSystem) }} genomes ({{ detected in {{ d3.format(",")(systemStatistics.genomeWithSystem) }} genomes ({{
d3.format(".2f")(systemStatistics.percentGenome) }} %). d3.format(".2f")(systemStatistics.percentGenome) }} %).
The system was detected in {{ d3.format(",")(systemStatistics.speciesWithSystem) }} different species. The system was detected in {{ d3.format(",")(systemStatistics.speciesWithSystem) }} different species.
</v-card-text> </v-card-text>
<v-card-text>
<v-select v-model="selectedTaxoRank" :items="taxoRanks" density="compact" label="Select taxonomic rank"
hide-details="auto" class="mx-2"></v-select>
</v-card-text>
<PlotFigure ref="systemsDistributionPlot" :options="unref(distributionOptions)" defer></PlotFigure> <PlotFigure ref="systemsDistributionPlot" :options="unref(distributionOptions)" defer></PlotFigure>
</v-card> </v-card>
</template> </template>
\ No newline at end of file
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