diff options
author | Hao Chen | 2019-05-08 15:58:09 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-08 15:58:09 -0500 |
commit | 02311e25a43d9a9443149a0402279f0f8a48ce50 (patch) | |
tree | cba0025742bf0f38837e0fa1c326e58d70ef6bbc /templates/cytoscape.html | |
parent | cd948b1ccf6781c17c9e4b4899ada9d654f16e83 (diff) | |
download | genecup-02311e25a43d9a9443149a0402279f0f8a48ce50.tar.gz |
improved ontology
Diffstat (limited to 'templates/cytoscape.html')
-rw-r--r-- | templates/cytoscape.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/cytoscape.html b/templates/cytoscape.html index ab30562..749b042 100644 --- a/templates/cytoscape.html +++ b/templates/cytoscape.html @@ -20,7 +20,8 @@ { selector: 'edge', css: { 'content': 'data(sentCnt)', - 'curve-style': 'bezier' + 'curve-style': 'bezier', + 'opacity': '0.3' } }, { selector: 'node.highlight', @@ -35,7 +36,8 @@ }, { selector: 'edge.highlight', - style: { 'mid-target-arrow-color': '#FFF' } + style: { 'mid-target-arrow-color': '#FFF' }, + style:{ 'opacity': '0.9' } }, { selector: 'edge.semitransp', |