philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

Force directed graph performance #143

Open ScottYeadon opened 11 years ago

ScottYeadon commented 11 years ago

The FD graph performance is poor once a graph has 200+ nodes. A patch which implements the Prefuse Force Directed graph layout computation can be found at https://gist.github.com/ScottYeadon/8804a94b1a0e78c70fee, so hopefully the committers can apply this patch to the JIT codebase. For more background and an example see forum posts at https://groups.google.com/forum/#!topic/javascript-information-visualization-toolkit/wkHKDKDNKz4 and https://groups.google.com/forum/#!topic/javascript-information-visualization-toolkit/_G1JyoZQvtU

philogb commented 11 years ago

This is looking awesome, thanks! Could you create a pull request with this?

ScottYeadon commented 11 years ago

OK, pull request should be there now.

philogb commented 11 years ago

Merged, thanks!

2013/3/27 ScottYeadon notifications@github.com

OK, pull request should be there now.

— Reply to this email directly or view it on GitHubhttps://github.com/philogb/jit/issues/143#issuecomment-15556964 .

Nicolas Garcia Belmonte - http://philogb.github.com/