From 9233f3d680511c5f44696561ae06913bdb69daff 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 10:05:05 +0200
Subject: [PATCH] display selected compound in the chart with a bigger dot

so that it can be seen even if another compound has exactly the same position
(see remark from @osperand in #49)


Former-commit-id: 95db8f9cc42341f51028c64986a3fbc8b9e7afaa
---
 ippisite/ippidb/templates/base.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ippisite/ippidb/templates/base.html b/ippisite/ippidb/templates/base.html
index 557cfe8c..bf21cedb 100644
--- a/ippisite/ippidb/templates/base.html
+++ b/ippisite/ippidb/templates/base.html
@@ -120,6 +120,7 @@
                       data: currentFamilyData
                     },
                     { label: 'Compound',
+                      radius: 6,
                       borderColor: "rgba(194, 0, 0, 1)",
                       backgroundColor: "rgba(194, 0, 0, 1)",
                       data: currentCompoundData
-- 
GitLab