Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimsaleh committed Sep 5, 2019
1 parent 22ef373 commit df5312e
Show file tree
Hide file tree
Showing 8 changed files with 4,901 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Notice that following events are performed for *each* node that is collapsed/exp

## Dependencies

* Cytoscape.js ^1.7.0
* Cytoscape.js ^3.3.0
* cytoscape-undo-redo.js(optional) ^1.0.1
* cytoscape-cose-bilkent.js(optional/suggested for layout after expand/collapse) ^1.3.6

Expand Down
10 changes: 5 additions & 5 deletions cytoscape-expand-collapse.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@
},
fisheye: true,
animate: true,
undoable: false
undoable: false,
expandCueImage :"icon-plus.png",
collapseCueImage:"icon-minus.png"
});


Expand Down
Binary file added icon-minus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit df5312e

Please sign in to comment.