Cytoscape JS offers an interesting feature called LAYOUTS. I want to arrange a collection of nodes in a circular layout. But I do not want all the nodes of my network graph to lie on that circle.
How can I do this using cytoscape.js?
Additional Explanation (optional)-
Here is an example I built using Arbor JS, which I am considering re-implementing using Cytoscape in a fixed manner, showing all nodes at once.- Cluster-Mapping
I want just the Nodes (orange dots) to be represented on a circle and NOT the Instances (brown rectangles) that appear on hovering in this arbor based example.