UNPKG

d3

Version:

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

8 lines (7 loc) 203 B
d3_transitionPrototype.text = function(value) { return this.tween("text", function(d, i) { this.textContent = typeof value === "function" ? value.call(this, d, i) : value; }); };