- 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.
-
- 25 Nov, 2013 1 commit
-
-
Guy Bedford authored
-
- 15 Nov, 2013 1 commit
-
-
Guy Bedford authored
-
- 11 Nov, 2013 1 commit
-
-
Mike Bostock authored
-
- 09 Oct, 2013 1 commit
-
-
Mike Bostock authored
-
- 26 Sep, 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
-
- 25 Jun, 2013 1 commit
-
-
Mike Bostock authored
-
- 29 May, 2013 1 commit
-
-
Jason Davies authored
This saves a whopping 27 bytes when gzipped.
-
- 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
-
- 11 Apr, 2013 1 commit
-
-
Chia-liang Kao authored
-
- 03 Apr, 2013 1 commit
-
-
Mike Bostock authored
-
- 27 Mar, 2013 1 commit
-
-
Lee Leathers 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
-
- 20 Mar, 2013 1 commit
-
-
Jason Davies authored
-
- 15 Mar, 2013 1 commit
-
-
Mike Bostock authored
-
- 14 Mar, 2013 4 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
- 13 Mar, 2013 4 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
- 11 Mar, 2013 1 commit
-
-
Mike Bostock authored
Previous versions of JSDOM erroneously returned null rather than the empty string, but this has now been fixed. Note: this depends on tmpvar/jsdom#582 which has not yet been merged to master.
-
- 07 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
-
- 13 Dec, 2012 1 commit
-
-
Jason Davies authored
The package name has now changed back to "uglify-js" on NPM.
-
- 09 Dec, 2012 1 commit
-
-
Mike Bostock authored
-
- 02 Nov, 2012 1 commit
-
-
Mike Bostock authored
-
- 06 Oct, 2012 1 commit
-
-
Mike Bostock authored
-