aboutsummaryrefslogtreecommitdiff
path: root/templates/cytoscape.html
diff options
context:
space:
mode:
authorHao Chen2019-05-08 15:58:09 -0500
committerHao Chen2019-05-08 15:58:09 -0500
commit02311e25a43d9a9443149a0402279f0f8a48ce50 (patch)
treecba0025742bf0f38837e0fa1c326e58d70ef6bbc /templates/cytoscape.html
parentcd948b1ccf6781c17c9e4b4899ada9d654f16e83 (diff)
downloadgenecup-02311e25a43d9a9443149a0402279f0f8a48ce50.tar.gz
improved ontology
Diffstat (limited to 'templates/cytoscape.html')
-rw-r--r--templates/cytoscape.html6
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',