- 30 Dec, 2011 5 commits
-
-
-
-
Mike Bostock authored
Fixes #395.
-
Mike Bostock authored
Fixes #412.
-
Mike Bostock authored
-
- 27 Dec, 2011 4 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.
-
Andy Chong authored
the use of getUTCxxx() instead of getXxx() draw the wrong path for some timezone, the t1 will be previous year instead since t0 is not UTC timezoned
-
- 20 Dec, 2011 2 commits
-
-
Gerard Hundman authored
bugfix for D3.JS bug in calendar demo: edge around months was drawn incorrectly; this was apparent at each December month.
-
Mike Bostock authored
Array.reverse does not create a copy of the array, so we must slice first.
-
- 15 Dec, 2011 2 commits
-
-
Jason Davies authored
Thanks to "code golfer" @mbostock. :)
-
Jason Davies authored
Fixes #405.
-
- 14 Dec, 2011 3 commits
-
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
-
- 10 Dec, 2011 1 commit
-
-
Mike Bostock authored
-
- 08 Dec, 2011 5 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
https://github.com/natevw/d3Mike Bostock authored
-
Mike Bostock authored
Fixes #397.
-
Mike Bostock authored
It's like selection.sort, except it assumes that the data is already sorted; the elements are reordered to match the selection.
-
- 06 Dec, 2011 1 commit
-
-
Nathan Vander Wilt authored
-
- 30 Nov, 2011 5 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
- 23 Nov, 2011 12 commits
-
-
Jason Davies authored
-
Jason Davies authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
Now if you add an "svg" element, we automatically infer the namespace because there is an "svg" namespace prefix. In conjunction with inheriting the namespace from the parent element, this means that namespaces are almost optional!
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
Since the ordinal scale's domain is not continuous, the brush extent is reported in the range rather than in the domain for ordinal scales. We'll leave it to the caller to interpret this as desired.
-
Mike Bostock authored
-