fkling / JSNetworkX

Build, process and analyze graphs in JavaScript (port of NetworkX)
https://felix-kling.de/jsnetworkx/
Other
761 stars 184 forks source link

Add Layout to the Visualization #91

Open yilinxia opened 1 year ago

yilinxia commented 1 year ago

Hi there, recently we are using the JSNetworkX to construct visualizations. By looking at the documents and the code (some referenece website don't work now), we haven't found a proper way to set up the layout for visualizations. #23 did briefly mentioned that the layout function is somehow under constructiuon back in 2014, and we would really appreciate it if you can point us to website or documents on setting up the layout for JSNetworkX. Thank you so much!