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.
I found if I save a topology from NeXt using:save = function() {
localStorage.setItem('topology', JSON.stringify(topology.graph().getData()));
};Then I try and load the saved data: load = function() {
topology.setData(...