- Trying to generate a topology graph that represent a network. Because the topology is dynamic and may contains hundreds of nodes chooses to use the atuoLayout property. Below mentioned is the example :
- https://jsfiddle.net/3h92kywL/2/
- The issue is that when the graph is loaded all the sites nodes are one above the other. In addition they are represented as plus without the could icon. The same happens with the hosts.
Got same issue with Live Action. Any chance it is a Java related issue. Live Action is moving toward HTML 5 to get rid of the problem with Java.
As you are using nodeSet with autolayout. For now 'autolayout' is only apply for nodes, not for nodeSet yet. There is some logic issue for nodeSet.
Here is one solution about applying autolayout for nodeSet. force_layout_for_nodeSet - JSFiddle
Comments
0 comments
Please sign in to leave a comment.