d3/examples
Mike Bostock fd804ce47f Better force layout.
Use Barnes-Hut criterion (a fast multipole method) for approximating repulsive
charge forces between nodes. This replaces the previous approach using Floyd-
Warshall to compute the graph theoretic distance between all nodes, eliminating
O(n^3) initialization time. Additionally, the charge force is now O(n lg n) per
iteration rather than O(n^2).

Using the center of mass of the graph, apply gravitional attraction towards the
graph center (based on the layout size). This encourages the graph to stay near
the center rather than drifting away.
2011-04-19 12:39:37 -07:00
..
albers Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
area Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
bar Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
box Better box chart transitions. 2011-04-13 17:44:20 -07:00
bubble Add bubble chart example. 2011-04-14 14:20:07 -07:00
bullet Better box chart transitions. 2011-04-13 17:44:20 -07:00
calendar Display calendar immediately; color on data. 2011-03-10 11:55:26 -08:00
cartogram Obesity data for cartogram. 2011-03-29 14:57:01 -07:00
chord Resize chord example. 2011-02-27 12:33:02 -08:00
choropleth Resize a few examples. 2011-02-27 11:56:25 -08:00
cluster Replace flare.json's with symlinks. 2011-04-13 23:58:46 -07:00
contour Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
delaunay Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
donut More convenient pies. 2011-02-24 14:13:05 -08:00
dot Add d3.svg.symbol. 2011-02-13 23:20:10 -08:00
force Better force layout. 2011-04-19 12:39:37 -07:00
hello-world Fix two bugs in transitions. 2011-02-08 15:59:03 -08:00
horizon Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
hull Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
line Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
mercator Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
moire Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
pack Fix fill color for iOS. 2011-04-14 16:53:33 -07:00
partition Restructure sunburst example. 2011-03-12 22:08:17 -08:00
pie Sort for layout, but don't reorder. 2011-02-24 14:36:57 -08:00
quadtree Use x+y objects for quadtree points. 2011-04-19 12:19:04 -07:00
sizzle Support for Sizzle. 2011-02-17 11:56:13 -08:00
splom Restructure splom example. 2011-02-27 12:21:11 -08:00
stream Expose d3.layout.hierarchy.sort. 2011-03-12 21:14:07 -08:00
symbol-map Simplify data join. Add insert & empty. 2011-01-31 11:00:35 -08:00
tree Replace flare.json's with symlinks. 2011-04-13 23:58:46 -07:00
treemap Obesity data for cartogram. 2011-03-29 14:57:01 -07:00
voronoi Merge branch 'jasondavies-ie9_xhr' 2011-03-15 09:24:45 -07:00
zoom Remove cruft. 2011-01-17 12:32:19 -08:00
zoom-pan Add geometric zooming example. 2011-02-11 13:44:56 -08:00
button.css Expose d3.layout.hierarchy.sort. 2011-03-12 21:14:07 -08:00