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

Add Prefuse force directed layout computation #144

Closed ScottYeadon closed 11 years ago

ScottYeadon commented 11 years ago

Changes to add a computePrefuse method to force directed graphs. This method calls a computeFast method which implements the same layout algorithm as the Prefuse java-based visualisation library. This results in faster layout computation for larger graphs and can be used in place of the computeIncremental method for graphs with 200+ nodes.