continuous.copy()
  • References/JavaScript/D3.js/Scale

continuous.copy() Returns an exact copy of this scale. Changes to this scale will not affect the returned scale, and vice versa

2025-01-10 15:47:30
quantize.domain()
  • References/JavaScript/D3.js/Scale

quantize.domain([domain]) If domain is specified, sets the scale’s domain to the specified two-element array

2025-01-10 15:47:30
ordinal.range()
  • References/JavaScript/D3.js/Scale

ordinal.range([range]) If range is specified, sets the range of the ordinal scale to the specified array of

2025-01-10 15:47:30
log.nice()
  • References/JavaScript/D3.js/Scale

log.nice() Like continuous.nice

2025-01-10 15:47:30
point.padding()
  • References/JavaScript/D3.js/Scale

point.padding([padding]) If padding is specified, sets the outer padding to the specified value which must be

2025-01-10 15:47:30
pow.exponent()
  • References/JavaScript/D3.js/Scale

pow.exponent([exponent]) If exponent is specified, sets the current exponent to the given numeric value. If

2025-01-10 15:47:30
quantile()
  • References/JavaScript/D3.js/Scale

quantile(value) Given a value in the input

2025-01-10 15:47:30
threshold.range()
  • References/JavaScript/D3.js/Scale

threshold.range([range]) If range is specified, sets the scale’s range to the specified array of values. If

2025-01-10 15:47:30
d3.scaleQuantile()
  • References/JavaScript/D3.js/Scale

d3.scaleQuantile() Constructs a new quantile scale with an empty

2025-01-10 15:47:30
band.paddingInner()
  • References/JavaScript/D3.js/Scale

band.paddingInner([padding]) If padding is specified, sets the inner padding to the specified value which must

2025-01-10 15:47:30