Skip to content
Snippets Groups Projects
Commit c532f6fc authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

decrease alpha in biplot charts for "other families"

see comments on #49


Former-commit-id: 25eb661ab3a83b9d5a17855ff4e9913bd8981eea
parent 9233f3d6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment