cytoscape.js - multiple graphs in one instance -


i'm making view of switch cytoscape. switch has 40 ports, each port fits nice breadthfirst layout.

http://i.stack.imgur.com/ddg2d.png

but need around 40 same graphs in 1 page

when i'm using breadthfirst multiple roots i'm getting mess this

http://i.stack.imgur.com/nycnz.png

so, can deal somehow?

sorry, dont have 10 rep yet, cant paste images , more links explain more correctly.

also english not native language.

you can run different layouts on different parts of graph, if want keep elements in single instance: http://js.cytoscape.org/#collection/layout


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -