- 29 Nov, 2013 1 commit
-
-
Mike Bostock authored
In some cases IE9 processes the opening of an XDomainRequest synchronously, so by the time we were setting the response function to parse the DSV file, it was too late. So instead we use the internal d3_xhr method to set the response function before the request is sent. This is a continuation of fix #1260.
-
- 09 Oct, 2013 1 commit
-
-
Mike Bostock authored
-
- 27 Aug, 2013 1 commit
-
-
Mike Bostock authored
IE doesn’t support __proto__ patching, so if the selection.prototype.transition method isn’t yet defined at the time d3_selectionRoot is defined, it won’t inherit the method when the prototype is patched later! This restores the original order of dependencies so that the transition method is defined before d3_selectionRoot is created.
-
- 23 Aug, 2013 1 commit
-
-
Mike Bostock authored
-
- 22 Aug, 2013 1 commit
-
-
Mike Bostock authored
-
- 13 Aug, 2013 1 commit
-
-
Mike Bostock authored
-
- 12 Jul, 2013 1 commit
-
-
Mike Bostock authored
-
- 05 Jul, 2013 1 commit
-
-
Mike Bostock authored
-
- 29 Jun, 2013 2 commits
-
-
Jared Forsyth authored
-
Jared Forsyth authored
-
- 27 Jun, 2013 1 commit
-
-
Mike Bostock authored
-
- 25 Jun, 2013 1 commit
-
-
Mike Bostock authored
-
- 20 May, 2013 1 commit
-
-
Mike Bostock authored
This reverts commit b7f5f305, which broke the behavior of the axis component for ordinal scales by changing the meaning of rangeBand.
-
- 15 May, 2013 1 commit
-
-
Mike Bostock authored
-
- 03 Apr, 2013 2 commits
-
-
Mike Bostock authored
-
Dan Milon authored
-
- 22 Mar, 2013 1 commit
-
-
Mike Bostock authored
Since 3.1, the Mercator projection does not clamp y-values. For rendering latitudes near the pole, the y-values can approach infinity. Rather than clamping each point in the projection, d3.geo.mercator now sets the clipExtent automatically (if not overridden) using the projection's scale and translate.
-
- 21 Mar, 2013 1 commit
-
-
Mike Bostock authored
-
- 14 Mar, 2013 1 commit
-
-
Mike Bostock authored
-
- 03 Mar, 2013 1 commit
-
-
Mike Bostock authored
-
- 24 Jan, 2013 1 commit
-
-
Mike Bostock authored
-
- 21 Dec, 2012 1 commit
-
-
Mike Bostock authored
-
- 05 Oct, 2012 1 commit
-
-
Mike Bostock authored
We'll still use the major-versioned name file for d3js.org, but this is simpler.
-
- 14 Sep, 2012 2 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-