UNPKG

d3

Version:

A small, free JavaScript library for manipulating documents based on data.

6 lines (5 loc) 133 B
d3_selectionPrototype.map = function(map) { return this.each(function() { this.__data__ = map.apply(this, arguments); }); };