Update dependency d3-scale to ^3.2.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
d3-scale (source) | dependencies | minor | ^3.2.0 | homepage, source |
Release Notes
d3/d3-scale
v3.2.0
- Add diverging.rangeRound.
- Add sequential.rangeRound.
- Add sequentialQuantile.quantiles.
- diverging.range can now be used to set the interpolator.
- sequential.range can now be used to set the interpolator.
- d3.scaleSequential can now accept a range array in place of an interpolator.
- d3.scaleDiverging can now accept a range array in place of an interpolator.
v3.1.0
- Add d3.scaleRadial.
- Add sequential.range (for compatibility with d3-axis).
- Fix log.ticks for small domains. #44
- Fix scale.clamp for sequential quantile scales. Thanks, @Fil!
- Fix scale.clamp for continuous scales with more domain values than range values.
- Fix diverging scales with descending domains. Thanks, @Fil!
- Adopt explicit paths for imports.
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.