Replies: 1 comment
-
I believe our policy is that questions like these should be posted on StackOverflow. Its more likely to get an answer there because I'm the only one currently moderating this issue tracker and I don't know the answer to your question. A JSbin example also helps. https://stackoverflow.com/questions/ask?tags=cytoscape.js Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I am developing using various layouts. What I want is to have regularity and to create various patterns by clustering connected nodes. While I was able to achieve regularity using the concentric layout, there is an issue where the distance between connected nodes becomes too large and the layout becomes irregular. Is there a layout that can create a consistent pattern where connected nodes are clustered together?
I wanted it to be implemented like the image below, but it didn't work out.
Below is the test source code I am currently using.
Beta Was this translation helpful? Give feedback.
All reactions