10
Views
1
Comments
[VisJSNetwork Reactive] How do you expand width between node and node to both sides?
Question
visjsnetwork-reactive
Reactive icon
Forge asset by Ahmad Faris

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,

2019-01-04 07-07-14
Ahmad Faris
Staff

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.



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.