Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all. I'm looking for to draw the whole datacenter resources and their relationship until found NeXt. I think NeXt can help me to do it. Now I have three questions when I using NeXt tools, please give me some help, thanks! 1, when the x, y p...
Thanks for Alex's help, I got the "topologyGenerated" method when we need to get the topodata, as below:topo.on('topologyGenerated', function(){ console.log(topo.data());})
Hi Alex, Thanks so much for your replies. when I use topology as below, I found topology.data() method cannot return the expected topologydata, just return one 'empty' object: var topology = new nx.graphic.Topology(topologyConfig); topology.data(to...