nest.map()

nest.map(array)

Applies the nest operator to the specified array, returning a nested map. Each entry in the returned map corresponds to a distinct key value returned by the first key function. The entry value depends on the number of registered key functions: if there is an additional key, the value is another map; otherwise, the value is the array of elements filtered from the input array that have the given key value. If no keys are defined, returns the input array.

doc_D3_Js
2016-11-24 10:28:07
Comments
Leave a Comment

Please login to continue.