quantize.nice()
  • References/JavaScript/D3.js/Scale

quantize.nice() Equivalent to continuous

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

point.round([round]) If round is specified, enables or disables rounding accordingly. If rounding is enabled

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

continuous.clamp(clamp) If clamp is specified, enables or disables clamping accordingly. If clamping is disabled

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

band(value) Given a value in the input

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

quantile.invertExtent(value) Returns the extent of values in the

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

d3.scaleSequential(interpolator) Constructs a new sequential scale with the given

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

ordinal.unknown([value]) If value is specified, sets the output value of the scale for unknown input values

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

d3.scaleUtc() Equivalent to time, but the returned time scale

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

d3.scaleQuantize() Constructs a new quantize scale with the unit

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

point.align([align]) If align is specified, sets the alignment to the specified value which must be in the range

2025-01-10 15:47:30