From 2a191c64a7a12042eb6bd1070d37974cda3d7d8e Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Thu, 4 Apr 2024 12:38:35 +0200
Subject: [PATCH] step to 1

---
 components/content/ArticleSystemDistributionPlot.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue
index e2f589ca..2104a548 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>
-- 
GitLab