From adaa573260eaa273dcef897904d360303a8a01b4 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 4 Apr 2024 16:45:25 +0200 Subject: [PATCH] Remove label --- components/content/pdockqMatrix.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/content/pdockqMatrix.vue b/components/content/pdockqMatrix.vue index 168dd09b..dbdc73ef 100644 --- a/components/content/pdockqMatrix.vue +++ b/components/content/pdockqMatrix.vue @@ -127,8 +127,7 @@ const computedPDocksMatrixPlotOptions = computed(() => { marginBottom, grid: true, - x: { axis: "top", label: "Protein on x", tickRotate: 45 }, - y: { label: "Proteins on y" }, + x: { axis: "top", tickRotate: 45 }, legend: { label: matrix[0] }, color: { type: "threshold", domain: [0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1], range: ["lightgrey", ...range], legend: true }, marks: [ -- GitLab