Releases: d3/d3-scale
Releases · d3/d3-scale
v4.0.2
v4.0.1
v4.0.0
v3.3.0
- Adopt d3.timeTicks and d3.utcTicks.
v3.2.4
v3.2.3
v3.2.2
v3.2.1
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.