Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Jason Davies 9a8b38370b Add test for coincident circles. 2011-09-18 13:43:24 +01:00
Jason Davies 016ed70559 Make residual floating point test clearer.
This test makes sure NaN doesn't creep in due to Math.acos being called
on numbers like +/- 1.000000000004, so it's more descriptive to check
isNaN rather than the exact numerical results.
2011-09-18 10:47:03 +01:00
Mike Bostock ee10316d97 Merge branch 'pack' of https://github.com/jasondavies/d3 into release 2011-09-17 20:05:09 -07:00
Jason Davies 833bc5dddf Fix previous optimisation and add test. 2011-09-03 22:24:10 +01:00
Jason Davies d237320c39 Handle zero-valued nodes in d3.layout.pack.
Also fixed handling of empty children array.

Fixes #281.
2011-09-02 11:52:24 +01:00