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.
Hello all,I want to be able to change the order of the layers. This should prevent the issue where links and linkSets are shown behind the group layer.Is it possible to modify this from the app.js, instead of modifying the initLayer function directly...
I really enjoy the NeXt framework. I've made numerous tweaks and enhancements, but I have came across a small issue. I want to be able to update a node's name. And that name is also used as it's identity for the node and corresponding links.I have th...
Does anyone know how to easily disable a layout and return to the topology data's x and y co-ordinates?I have tried:topo.layoutType(null);
topo.deactivateLayout();Thanks
If anyone was interested... I have a workaround at least for now. I register an event to detect changes to the label. I then update all the model data for the attached links. So whilst I'm not updating the NodeID directly, if the graph data is ever s...
Using NodeSetPath.NodeSetPath's need to be created while NodeSet is expanded. With the code above, it fixes the 1-link bug. Also seems to require some modifications to BasePath class as it doesn't hide the NodeSetPath's arrow when a NodeSet is collap...
Add this under next.js exportPNG: function() {
// Declare topo to fix function
var topo = this; Then just call topology.exportPNG()---------------------------------------------To do that you add this functi...
There is an exportPNG function. Needs a little work, but does work.But a PNG is not something you can easily import into Visio. Good idea, I'm not sure how Visio handles importing of SVG. It might just come in as a single graphic, which is pointless.