MCPcopy Index your code
hub / github.com/plotly/plotly.js / fill

Function fill

test/jasmine/assets/custom_assertions.js:68–73  ·  view source on GitHub ↗
(sel)

Source from the content-addressed store, hash-verified

66 var content = [];
67
68 function fill(sel) {
69 if(sel.node()) {
70 var html = sel.html();
71 if(html) content.push(html);
72 }
73 }
74
75 if(lines.size()) {
76 lines.each(function() { fill(d3Select(this)); });

Callers 1

getLabelContentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…