- 29 Jan, 2012 1 commit
-
-
Mike Bostock authored
Fixes #428. This is built on top of existing tick support for linear scales: for small intervals, a linear scale computes ticks based on milliseconds; for large intervals, a linear scale computes ticks based on fractional years. This commit also extends the time scale's formatter to display milliseconds.
-
- 26 Jan, 2012 7 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
The second argument, n, is optional.
-
-
-
-
Mike Bostock authored
Fixes #471. This prevents transition.remove() from clobbering another transition "end" event listener, or vice versa.
-
- 25 Jan, 2012 1 commit
-
-
Jason Davies authored
See #136.
-
- 23 Jan, 2012 4 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
Andrew Sutherland authored
-
Andrew Sutherland authored
-
- 22 Jan, 2012 2 commits
-
-
Jim Radford authored
-
Mike Bostock authored
-
- 18 Jan, 2012 1 commit
-
-
Mike Bostock authored
Fixes #446.
-
- 17 Jan, 2012 4 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
There's an edge condition which is not discussed in the original algorithm ("Visualization of Large Hierarchical Data by Circle Packing", Wang et. al): what happens if the first intersecting circle C_j is equidistant from C_m and C_n? In other words, it is both after C_n on the front-chain, and before C_m. The correct answer is that you should splice the smaller of the two circles. If C_m is smaller than C_n, then splice from C_j to C_n and set C_m to C_j; otherwise, splice from C_m to C_j, and set C_n to C_j.
-
-
- 13 Jan, 2012 2 commits
-
-
Mike Bostock authored
Simplification to spline example.
-
Jason Davies authored
-
- 01 Jan, 2012 3 commits
-
-
Mike Bostock authored
The tick sizes need to be set, else they grow from zero.
-
Mike Bostock authored
-
Mike Bostock authored
-
- 31 Dec, 2011 1 commit
-
-
Jason Davies authored
A small optimisation: only call insertBefore() if node.nextSibling isn't already what we want, so that document nodes that are already in the correct order can be skipped.
-
- 30 Dec, 2011 10 commits
-
-
Mike Bostock authored
-
-
-
-
-
-
Mike Bostock authored
Fixes #395.
-
Mike Bostock authored
Fixes #412.
-
Mike Bostock authored
-
Jason Davies authored
Also, set vows version to "0.6.x" as the exact patch version is not important right now.
-
- 28 Dec, 2011 1 commit
-
-
Jason Davies authored
-
- 27 Dec, 2011 3 commits
-
-
Mike Bostock authored
-
-
Ger Hobbelt authored
corrected fix for the calendar example: do NOT mix UTC and Local TimeZone date operations in calculations which depend on identifying day/month transitions - default JavaScript Date object works with 'local timezone'. Fix tested in AZ/USA and Amsterdam/EUR timezones.
-