From c8f82b8e4cb810f9ce6f2931cf4a1194b7ad66b4 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Thu, 4 Apr 2024 18:32:10 +0200
Subject: [PATCH] remove select for color and y axis data

---
 components/content/ArticleSystemDistributionPlot.vue | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue
index 5bfe0832..671d3a53 100644
--- a/components/content/ArticleSystemDistributionPlot.vue
+++ b/components/content/ArticleSystemDistributionPlot.vue
@@ -224,18 +224,18 @@ async function fetchRefSeqTaxo() {
         </v-card-text>
 
         <v-row no-gutters>
-            <v-col cols="12" md="4">
+            <v-col>
                 <v-select v-model="selectedTaxoRank" :items="taxoRanks" density="compact" label="Select taxonomic rank"
                     hide-details="auto" class="mx-2"></v-select>
             </v-col>
-            <v-col cols="12" md="4">
+            <!-- <v-col cols="12" md="4">
                 <v-select v-model="plotY" :items="axisOptions" density="compact" label="Y axis based on"
                     hide-details="auto" class="mx-2"></v-select>
             </v-col>
             <v-col cols="12" md="4">
                 <v-select v-model="plotFill" :items="axisOptions" density="compact" label="Color based on"
                     hide-details="auto" class="mx-2"></v-select>
-            </v-col>
+            </v-col> -->
         </v-row>
 
         <v-row class="d-flex" no-gutters>
-- 
GitLab