Skip to content

Commit

Permalink
Use edge labels for drawing cardinality #52
Browse files Browse the repository at this point in the history
  • Loading branch information
metincansiper committed Oct 6, 2016
1 parent a6d9e3d commit 91252ef
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ var sbgnStyleSheet = cytoscape.stylesheet()
'text-rotation': 'autorotate',
'text-background-shape': 'rectangle',
'text-border-opacity': '1',
'text-border-width': '1'
'text-border-width': '1',
'text-background-color': 'white',
'text-background-opacity': '1'
})
.selector("edge[sbgnclass='consumption'][sbgncardinality > 0]")
.css({
Expand Down

0 comments on commit 91252ef

Please sign in to comment.