From c532f6fcbfd9e0e34d270b7bcac3b967371f1f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr> Date: Wed, 9 May 2018 12:05:22 +0200 Subject: [PATCH] decrease alpha in biplot charts for "other families" see comments on #49 Former-commit-id: 25eb661ab3a83b9d5a17855ff4e9913bd8981eea --- ippisite/ippidb/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ippisite/ippidb/templates/base.html b/ippisite/ippidb/templates/base.html index bf21cedb..5e994cb9 100644 --- a/ippisite/ippidb/templates/base.html +++ b/ippisite/ippidb/templates/base.html @@ -110,8 +110,8 @@ var scatterData = { 'datasets': [ { label: 'Other PPI families', - borderColor: "rgba(211,211,211, 0.5)", - backgroundColor: "rgba(211,211,211, 0.5)", + borderColor: "rgba(211,211,211, 0.3)", + backgroundColor: "rgba(211,211,211, 0.3)", data: otherFamiliesData }, { label: compoundFamily, -- GitLab