d3/d3-interpolate

Documentation regarding interpolateArray and interpolateObject is inaccurate regarding properties or elements in a that are not in b.

mbostock opened this issue · 1 comments

The documentation implies that only properties and elements in b are considered, but in fact, it uses the union of properties and elements in a and b. Related #19.

Documentation was correct; implementation is now fixed in 0.8.