- 02 Jan, 2016 1 commit
-
-
Mike Bostock authored
-
- 17 Dec, 2015 1 commit
-
-
Mike Bostock authored
-
- 14 Dec, 2015 3 commits
-
-
Mike Bostock authored
-
-
Mike Bostock authored
-
- 11 Dec, 2015 1 commit
-
-
Sherry Zhou authored
- (x - x0) / k sometimes provides a value with trailing 0's due to division. This means groups that have an integer value appear to be a decimal number
-
- 29 Nov, 2015 1 commit
-
-
Mike Bostock authored
-
- 25 Nov, 2015 1 commit
-
-
Mike Bostock authored
Related #2654.
-
- 16 Nov, 2015 1 commit
-
-
Mike Bostock authored
-
- 13 Nov, 2015 1 commit
-
-
Mike Bostock authored
This fixes a priority inversion where a transition B that is scheduled on transition A’s start initializes its tweens before transition A has its first tick. By scheduling transition A’s first tick before dispatching A’s start event, it’s first tick is guaranteed to run before any new transition’s tweens are initialized. Related #1576 d3/d3-transition#16.
-
- 12 Nov, 2015 1 commit
-
-
Mike Bostock authored
-
- 11 Nov, 2015 1 commit
-
-
Mike Bostock authored
This reverts #312, since we later implemented a more robust check in #1005 using a zero-delay timeout to expire click suppression.
-
- 10 Nov, 2015 2 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
Firefox doesn’t correctly hoist functions defined inside if blocks, so move the functions out of the if block.
-
- 09 Nov, 2015 2 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
Fixes #2061. A line segment with a single point is now rendered as "M2,3Z" rather than "M2,3", such that if there is an associated stroke-linecap, it is displayed correctly.
-
- 08 Nov, 2015 2 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
If %W is specified, assume Monday; if %U is specified, assume Sunday. Fixes #1914.
-
- 02 Nov, 2015 2 commits
-
-
Mike Bostock authored
Related #2467.
-
https://github.com/mgold/d3Mike Bostock authored
-
- 30 Oct, 2015 1 commit
-
-
Mike Bostock authored
-
- 26 Oct, 2015 1 commit
-
-
Mike Bostock authored
-
- 25 Oct, 2015 8 commits
-
-
https://github.com/Rhizi/d3Mike Bostock authored
Merge branch 'force_layout_divide_by_zero' of https://github.com/Rhizi/d3 into fix-force-weight-zero updated upstream into a topic branch.
-
Mike Bostock authored
-
Mike Bostock authored
Merge branch 'bugfix-layout-pie-total-0-percent' of https://github.com/patriciaborges/d3 into fix-pie-zero
-
Mike Bostock authored
Added Hungarian locale
-
Mike Bostock authored
-
Mike Bostock authored
For now, it’s internal-only. For 4.0, we’ll have a public API.
-
Mike Bostock authored
A transition can be scheduled and cancelled within a single tick.
-
Mike Bostock authored
When a scheduled transition is pre-empted by a newer transition starting, we now cancel the old transition’s timers immediately, rather than waiting for the old transition to start. Fixes #2377. Related #2189.
-
- 24 Oct, 2015 2 commits
-
-
ppeterka authored
-
Mike Bostock authored
-
- 23 Oct, 2015 3 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
- 22 Oct, 2015 5 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
Fixes #2183 #2194.
-
Mike Bostock authored
n why this merge is necessary,
-
Mike Bostock authored
-