I'm implementing a module with VisJsNetwork.
I want to expand the width between node and node a bit more to both sides as default display when I open in browser.
I actually designated "directed" layout.
"{ layout:{ //hierarchical: false hierarchical:{ direction: 'LR', sortMethod: 'directed' //sortMethod: 'hubsize' } } }"
I checked the document for VisJsNetwork but I couldn't figure out.
Are you familiar with this? It'd be nice if you could give me good advice.
I look forward to your reply.
Best,
Hi Tsubasa
These VisJs Physics options could be something that you can experiment with.
Someone tried playing with it from this forum discussion
Good luck.