d3/test/layout
Jason Davies 7b4a772f49 Remove the children array for childless nodes.
If data is updated so that some nodes no longer have children, and a
custom children accessor is used, then the children array was not being
removed for such nodes, which meant that hierarchical layouts were
incorrectly taking into account these children.

Fixes #1579.
2013-10-11 11:41:55 +01:00
..
chord-test.js Add missing import. Fixes #1292. 2013-06-03 18:13:28 -07:00
cluster-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
force-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
hierarchy-test.js Remove the children array for childless nodes. 2013-10-11 11:41:55 +01:00
histogram-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
pack-test.js Allow pack.radius to be specified as constant. 2013-06-30 10:02:58 -07:00
partition-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
pie-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
tree-test.js Rename assert and XMLHttpRequest. 2013-03-14 13:00:04 -07:00
treemap-test.js Minor code style fixes. 2013-03-21 22:01:51 +00:00