nest.object()
  • References/JavaScript/D3.js/Collection

nest.object(array) Applies the nest operator to the specified array, returning a nested object. Each entry

2025-01-10 15:47:30
set.empty()
  • References/JavaScript/D3.js/Collection

set.empty() Returns true if and only if this set has zero values.

2025-01-10 15:47:30
map.empty()
  • References/JavaScript/D3.js/Collection

map.empty() Returns true if and only if this map has zero entries.

2025-01-10 15:47:30
set.each()
  • References/JavaScript/D3.js/Collection

set.each(function) Calls the specified function for each value in this set, passing the value as the first

2025-01-10 15:47:30
set.size()
  • References/JavaScript/D3.js/Collection

set.size() Returns the number of values in this set.

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

d3.keys(object) Returns an array containing the property names of the specified object (an associative array). The order of

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

d3.set([array[, accessor]]) Constructs a new set. If array is specified, adds the given array of string

2025-01-10 15:47:30
map.entries()
  • References/JavaScript/D3.js/Collection

map.entries() Returns an array of key-value objects for each entry in this map. The order of the returned entries is arbitrary

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

d3.map([object[, key]]) Constructs a new map. If object is specified, copies all enumerable properties from

2025-01-10 15:47:30
nest.sortKeys()
  • References/JavaScript/D3.js/Collection

nest.sortKeys(comparator) Sorts key values for the

2025-01-10 15:47:30