MCPcopy Create free account
hub / github.com/breck7/scroll / textFunction

Function textFunction

external/.d3.js:4854–4859  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4852}
4853
4854function textFunction(value) {
4855 return function() {
4856 var value1 = value(this);
4857 this.textContent = value1 == null ? "" : value1;
4858 };
4859}
4860
4861function transition_text(value) {
4862 return this.tween("text", typeof value === "function"

Callers 1

transition_textFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected