Open mafar opened 7 years ago
Is this something that will still be supported?
@mafar @manotoor It'd be nice to have this option but currently we do not have any resources for this.
@manotoor you can achieve this functionality by overriding api.isExpandable
and api.isCollapsible
functions. The current node is provided as an argument to these functions.
I set the x and y of the cue indicators to INFINITY as a workaround. I first tried removing the class from node however, that did not work
Hi, Seems very useful plugin. However I wish there was a function in which one could specify which parent nodes can have expand collapse functionality and which can not (kind of filter).
For example I want to add cytoscape.js-expand-collapse control to specific parents not all.
cytoscape.js-edgehandles
provides such functionality with a beautiful functionhandleNodes
which can be used as a function like this