13 Commits (1ed569c6a468fa599a73e0effb8cb80450eb91a1)

Author SHA1 Message Date
  Alex de Mulder 0521284a4f setup for modularization, move to v4 branch 9 years ago
  Alex de Mulder a9b7485b86 fantastic clustering in network woohoo, added point labels for bargraphs in graph2d 9 years ago
  Alex de Mulder 2c28c42371 - Added getConnectedNodes method. 9 years ago
  Alex de Mulder 4d7bcd4504 - Added condition to Repulsion similar to BarnesHut to ensure nodes do not overlap. 9 years ago
  Alex de Mulder 23cf32638d - Fixed error in repulsion physics model. 9 years ago
  Alex de Mulder 8e80076825 - Improved cleaning up of the physics configuration on destroy and in options. 9 years ago
  Alex de Mulder 31aa7fe676 made the physics calculations a bit more stable (decreasing BarnesHut theta to 0.5 from 0.6), gave nodes a boundingBox that is used for zoomExtent to ensure everything fits. 9 years ago
  jos f7f032df0c Replaced all `arr instanceof Array` with `Array.isArray(arr)` 10 years ago
  Alex de Mulder 06bf7c265b - Fixed mass = 0 for nodes. 10 years ago
  Alex de Mulder 9377a6d2c9 new hierarchical solver 10 years ago
  Alex de Mulder 5e3c2fea60 fixed springs not calculating. added example, set inherit color to default ON 10 years ago
  Alex de Mulder eaef289544 Added multiple smoothCurve methods, added hideNodesOnDrag and hideEdgesOnDrag options. Added two examples. Added inheritColor option. 10 years ago
  jos 72dfc0c45f Reworked all code to commonjs modules. Replaced the build script with Gulp 10 years ago