- 31 Jul, 2012 18 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
The shortest-path interpolation for HSL was causing all the bars to be the same color. Switching to string-interpolation preserves the original behavior.
-
git://github.com/jasondavies/d3Mike Bostock authored
Conflicts: examples/transform/test-rotate.html src/core/interpolate.js
-
Mike Bostock authored
If the transform transition isn't the same type, then we can use the shortest- path for rotate transitions. But, if the transforms are the same type, then we should use the simpler string interpolation without the shortest-path.
-
-
Mike Bostock authored
-
-
Jason Davies authored
We no longer pick the shortest path for same type transitions.
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
Avoid unnecessary object creation.
-
Jason Davies authored
For consistency with CSS3 [1], a null "from" or "to" transform list is replaced by an identity function list whose types match those of the non-null transform list. [1]: http://www.w3.org/TR/css3-transforms/#animation
-
Jason Davies authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
Mike Bostock authored
-
- 30 Jul, 2012 12 commits
-
-
Mike Bostock authored
-
Mike Bostock authored
Also, fix the transform rotate test.
-
-
git://github.com/natevw/d3Mike Bostock authored
-
Mike Bostock authored
-
-
Mike Bostock authored
-
-
-
-
-
Mike Bostock authored
Fixes #620. Also adds county names.
-
- 25 Jul, 2012 9 commits
-
-
Jason Davies authored
The process.env.TZ trick no longer seems to work. The fix automatically adds an offset to the minutes being set, relative to the current timezone. It assumes that the dates being tested in the scope are not in DST, since the offset is relative to the timezone offset at the epoch.
-
Jason Davies authored
Thanks, @mbostock!
-
Jason Davies authored
Thanks, @mbostock!
-
Jason Davies authored
-
Jason Davies authored
-
Jason Davies authored
Also avoids floating point errors without clamping, hopefully.
-
Jason Davies authored
Uses the identity sin^2(x) + cos^2(x) = 1.
-
Jason Davies authored
-
Jason Davies authored
Behaves the same as selection.filter.
-
- 24 Jul, 2012 1 commit
-
-
Jason Davies authored
-