- 17 Dec, 2015 1 commit
-
-
Mike Bostock authored
-
- 19 May, 2015 1 commit
-
-
Gilad Peleg authored
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
-
- 10 Feb, 2015 1 commit
-
-
Mike Bostock authored
Also add tests for d3_documentElement and d3_window so that they work for the three cases we care about: a node, a document and a window. For anything else they return undefined.
-
- 07 Feb, 2015 3 commits
-
-
Mike Bostock authored
We don’t need the index.js to unset the global if we don’t set it.
-
Mike Bostock authored
To guarantee that a locally-built d3.min.js is consistent with the official one.
-
Mike Bostock authored
Code that previously assumed a global document or window now uses the related node’s ownerDocument or ownerDocument.defaultView as appropriate. If no related node is available, the corresponding code will crash; however, the rest of D3 will work just fine. For example, you can’t use d3.select(string) unless a global document is available; it just doesn’t make sense. Use d3.select(node) instead, followed by selection.select(string). Code that previously checked for a global on the window (e.g., XDomainRequest) now uses the global context (`this`) rather than the window.
-
- 30 Dec, 2014 1 commit
-
-
Mike Bostock authored
Even if no further transitions are scheduled on the element, we must still advance the active counter to interrupt the active transition. Fixes #2165. Also added better tests that verify interruption.
-
- 19 Dec, 2014 1 commit
-
-
Dan Dascalescu authored
-
- 06 Dec, 2014 1 commit
-
-
Mike Bostock authored
-
- 30 Nov, 2014 1 commit
-
-
Dan Dascalescu authored
-
- 14 Nov, 2014 1 commit
-
-
Mike Bostock authored
-
- 17 Oct, 2014 1 commit
-
-
Jason Davies authored
-
- 08 Oct, 2014 1 commit
-
-
Mike Bostock authored
-
- 02 Oct, 2014 1 commit
-
-
Yves Le Maout authored
To fix this issue : https://github.com/petkaantonov/bluebird/issues/291
-
- 22 May, 2014 1 commit
-
-
afc163 authored
-
- 13 May, 2014 1 commit
-
-
Erin Jane authored
-
- 15 Jan, 2014 1 commit
-
-
Mike Bostock authored
-
- 13 Jan, 2014 1 commit
-
-
Mike Bostock authored
Introduced by bfce5d5d (<= vs <).
-
- 10 Jan, 2014 1 commit
-
-
Jason Davies authored
-
- 09 Jan, 2014 2 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
- 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
-
- 23 Nov, 2013 1 commit
-
-
Daniel Goldbach 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
-