- Accept iterables wherever appropriate.
- Add d3.line(x, y) shorthand.
- Add d3.area(x, y0, y1) shorthand.
- Add d3.symbol(type, size) shorthand.
This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-shape 1.x or use a transpiler.
Assets
3
- Fix stacking of zero values in d3.stackOffsetDiverging. #140
Assets
3
- Adopt exact paths for imports.
- Adopt explicit files for publishing.
- Add sideEffects: false to the package.json.
- Update dependencies.
Assets
3
- Fix d3.stackDivergingOffset when there is only one series. #114
Assets
3
- Fix rendering glitch with rounded arcs. (#143)
Assets
3
- Fix d3.stackOrderInsideOut to use appearance (onset) rather than sum. (#126)
Assets
3
- Change d3.stackOrderAppearance to use maximum, rather than first non-zero, value.
Assets
3
- Add d3.stackOrderAppearance. Thanks, @isaomatsunami! (#106)
Assets
3
- Fix rendering glitch with rounded arcs. (#119)
Assets
3
PreviousNext