- 09 Jan, 2014 3 commits
-
-
-
Mike Bostock authored
-
-
- 16 Dec, 2013 2 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
- 15 Dec, 2013 2 commits
-
-
Stuart Glaser authored
-
Stuart Glaser authored
-
- 13 Dec, 2013 6 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
The regex used for split was returning [""] for the input "", rather than [].
-
Mike Bostock authored
Since there are no immediate plans to expose generic transverse projections, it’s slightly faster and more concise to inline this implementation.
-
- 12 Dec, 2013 1 commit
-
-
Mike Bostock authored
-
- 05 Dec, 2013 2 commits
-
-
Mike Bostock authored
Use `inDelta` not `equals` for double comparisons in polygon area test
-
Daniel Goldbach authored
-
- 04 Dec, 2013 4 commits
-
-
Mike Bostock authored
Fixes #1647. What was previously classified as an Irwin–Hall distribution was in fact a Bates distribution. The irwinHall implementation is fixed, and a new bates implementation is added.
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
- Various whitespace modifications - underscore var names -> camel case - extract point sort comparator to a global function so it’s not constantly initialised each time you hull - postincrement -> preincrement in for loops - use single `var i` at top of function rather than constantly redeclaring for each for loop
-
- 03 Dec, 2013 2 commits
-
-
Mike Bostock authored
Fixes #1157.
-
-
- 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 13 commits
-
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
Conflicts: d3.min.js
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
Daniel Goldbach authored
-
- 20 Nov, 2013 2 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
- 19 Nov, 2013 1 commit
-
-
Mike Bostock authored
-