diff options
author | Hao Chen | 2019-05-13 06:06:13 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-13 06:06:13 -0500 |
commit | c997194555fec42b1e879f5d702710d1941b6345 (patch) | |
tree | 7a362396b578cecaa595123747e950bf309f0699 /templates | |
parent | a726538329e4a28891428a98e7eb89c5ed68da5e (diff) | |
download | genecup-c997194555fec42b1e879f5d702710d1941b6345.tar.gz |
agaist top 150 addiction genes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cytoscape.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/cytoscape.html b/templates/cytoscape.html index 2f25e62..e837e0c 100644 --- a/templates/cytoscape.html +++ b/templates/cytoscape.html @@ -15,6 +15,7 @@ 'text-halign': 'center', 'background-color': 'data(nodecolor)', 'font-weight': 'data(fontweight)', + 'color':'data(fontcolor)', 'font-size': '9%' } }, |