diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue index e2f589cabb0f951e56b2aef6b21f5a1669b43a51..2104a548d9ffdd95e45f1ecac6448235876d730e 100644 --- a/components/content/ArticleSystemDistributionPlot.vue +++ b/components/content/ArticleSystemDistributionPlot.vue @@ -218,7 +218,7 @@ async function fetchRefSeqTaxo() { </v-card-text> <v-card-text> - <v-range-slider v-model="genomeCountValue" step="5" thumb-label="always" :min="genomeCountDomain[0]" + <v-range-slider v-model="genomeCountValue" step="1" thumb-label="always" :min="genomeCountDomain[0]" :max="genomeCountDomain[1]"></v-range-slider> </v-card-text> <PlotFigure ref="systemsDistributionPlot" :options="unref(distributionOptions)" defer></PlotFigure>