datastorm-open / visNetwork

R package, using vis.js library for network visualization
Other
542 stars 127 forks source link

Placement of network in hierarchical layout #445

Open DarylMcCullough opened 1 year ago

DarylMcCullough commented 1 year ago

Apparently, the default for VisNetwork is to place nodes centered on the canvas. However, in hierarchical layout, that means that there is wasted empty space above the top node. Is there a way to position the top node at the top of the canvas?