Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanbalci authored Oct 5, 2017
1 parent 97e8ab7 commit 4052969
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,13 @@ Unhides given eles.
node: {
highlighted: {}, // styles for when nodes are highlighted.
unhighlighted: { // styles for when nodes are unhighlighted.
'opacity': 0.3,
'text-opacity': 0.3,
'background-opacity': 0.3
'opacity': 0.3
}
},
edge: {
highlighted: {}, // styles for when edges are highlighted.
unhighlighted: { // styles for when edges are unhighlighted.
'border-opacity': 0.3,
'text-opacity': 0.3,
'background-opacity': 0.3
'opacity': 0.3
}
},
setVisibilityOnHide: false, // whether to set visibility on hide/show
Expand Down

0 comments on commit 4052969

Please sign in to comment.