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 with stages
in 6 minutes and 49 seconds
......@@ -153,16 +153,18 @@ async function fetchRefSeqTaxo() {
</script>
<template>
<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>
Among the {{ d3.format(",")(systemStatistics.totalGenome) }} complete genomes of RefSeq, the {{ page.title
}} is
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.
</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>
</v-card>
</template>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment