mbostock
released this
- Add d3.areaRadial; deprecate d3.radialArea.
- Add d3.lineRadial; deprecate d3.radialLine.
- Add d3.pointRadial.
- Add zoom.translateTo.
- Re-implement d3.packEnclose using Matoušek-Sharir-Welzl. Thanks, @robinhouston!
- Fix d3.packSiblings to center the circles more consistently around a fixed origin.
- Fix axis rendering when a scale has a non-numeric range.
- Fix interval.offset on filtered time intervals when step is negative.
- Fix invocation of requestAnimationFrame in Edge. Thanks, @KonradKlimczak!
- Invoke nest.sortValues comparator prior to nest.rollup aggregator.
- Drag & zoom behaviors now only register touch event listeners when touch is supported.
- Drag & zoom behaviors now set the touch-action style to “none” when touch is supported.