MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / d3_selection_selector

Function d3_selection_selector

scripts/libs/d3-jetpack.js:85–89  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

83 }
84
85 function d3_selection_selector(selector) {
86 return typeof selector === "function" ? selector : function() {
87 return this.querySelector(selector);
88 };
89 }
90
91 d3.wordwrap = function(line, maxCharactersPerLine) {
92 var w = line.split(' '),

Callers 1

jetpackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected