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.
You can break the labels into multi line with below code nx.define("ExtendedNode", nx.graphic.Topology.Node, {
methods: {
init: function(args){
this.inherited(args);
},
calcLabelPosition: function(force){
if(this.model().get("name").lengt...