From 348ce198ee36aaf4003b7c38df9452cd9a297d51 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 2 May 2024 11:30:50 +0200 Subject: [PATCH] rollback --- 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 f84f3a12..ff172ac1 100644 --- a/components/content/ArticleSystemDistributionPlot.vue +++ b/components/content/ArticleSystemDistributionPlot.vue @@ -138,7 +138,7 @@ const distributionOptions = computed(() => { marginLeft: 10, label: toValue(plotFill) === 'percent' ? toValue(plotLabelPercent) : toValue(plotLabelCount), }, - width: computedWidth.value - marginLeft - marginRight, + width: computedWidth.value, marks: [ Plot.barY( toValue(filteredDistribution), -- GitLab