Child location of node in compound nodes in cytoscape.js

Used by cytoscape.js to draw a graph using composite nodes. You need to put the inner part of the node (i.e. the child) at the specific connection position of the node (e.g. left, right, top, bottom, etc.). Is there any way to do this?

+3


source to share


1 answer


This feature is scheduled for 2.4: https://github.com/cytoscape/cytoscape.js/issues/530



+2


source







All Articles