When working with Cytoscape JS, one can take advantage of the intriguing feature known as LAYOUTS. My goal is to organize a group of nodes in a circular layout. However, I do not wish for all the nodes in my network graph to be placed on that circle.
Is there a way to achieve this using cytoscape.js?
For further clarification, here is an example I created using Arbor JS, but I am contemplating recreating it using Cytoscape in a more static manner, displaying all nodes simultaneously.- Cluster-Mapping
I specifically want only the Nodes (orange dots) to be displayed on a circle, excluding the Instances (brown rectangles) that are visible upon hovering in the arbor based example.