d3.bisectRight()
  • References/JavaScript/D3.js/Array

d3.bisect(array, x[, lo[, hi]]) d3.bisectRight(array, x[, lo[, hi]]) Similar

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

d3.zip(arrays…) Returns an array of arrays, where the ith array contains the ith element from each of the

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

d3.thresholdSturges(values) Returns the number of bins according to

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

d3.ascending(a, b) Returns -1 if a is less than b, or 1 if a is greater than b, or

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

d3.tickStep(start, stop, count) Returns the difference between adjacent tick values if the same arguments were

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

d3.transpose(matrix) Uses the zip operator as

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

d3.merge(arrays) Merges the specified arrays into a single array. This method is similar to the built-in array concat

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

d3.sum(array[, accessor]) Returns the sum of the given array of numbers. If the array is empty, returns 0. An

2025-01-10 15:47:30
histogram.value()
  • References/JavaScript/D3.js/Array

histogram.value([value]) If value is specified, sets the value accessor to the specified function or constant

2025-01-10 15:47:30
bisector.right()
  • References/JavaScript/D3.js/Array

bisector.right(array, x[, lo[, hi]]) Equivalent to

2025-01-10 15:47:30