08-07-2016 06:17 AM
Hi I'm new with the NeXt UI.
I'm trying to generate a topology graph that represent our network.
Because the topology is dynamic and may contains hundreds of nodes I chose to use the auoLayout property.
You can see my example here:
https://jsfiddle.net/3h92kywL/2/
The thing is that when the graph is loaded all the sites nodes are one above the other. In addition they represented as plus without the could icon.
The same happens with the hosts. You can try to increase the amount of sites/host on the top of the js code , and see that the result is the same.
Please help
Thanks
Elad
08-11-2016 06:09 AM
I have the 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.
09-12-2016 01:01 PM
Hi Elad,
I saw 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
Hope this could help you.
Abu
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide