UNPKG

d3

Version:

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

7 lines (6 loc) 271 B
d3_selectionPrototype.html = function(value) { return arguments.length < 1 ? this.node().innerHTML : (this.each(typeof value === "function" ? function() { this.innerHTML = value.apply(this, arguments); } : function() { this.innerHTML = value; })); };