diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue
index 964363b1f7d43faf183fcb33966d24ad2bc5f832..5e10e78fbc94271dc18c61569d7e74f0d7c4879b 100644
--- a/components/content/ArticleSystemDistributionPlot.vue
+++ b/components/content/ArticleSystemDistributionPlot.vue
@@ -139,9 +139,9 @@ const distributionOptions = computed(() => {
             scheme: "plasma",
             legend: true,
             reverse: true,
-            // domain: [0, 100],
+            domain: toValue(plotFill) === 'percent' ? toValue(genomePercentDomain) : toValue(genomeCountDomain),
             marginLeft: 10,
-            label:  toValue(plotFill) === 'percent' ? toValue(plotLabelPercent) : toValue(plotLabelCount),
+            label: toValue(plotFill) === 'percent' ? toValue(plotLabelPercent) : toValue(plotLabelCount),
         },
         width: computedWidth.value - marginRight - marginLeft,
         marks: [