MCPcopy
hub / github.com/plotly/plotly.js / fn

Function fn

src/traces/box/plot.js:185–191  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

183 // since box plot points get an extra level of nesting, each
184 // box needs the trace styling info
185 var fn = function(d) {
186 d.forEach(function(v) {
187 v.t = t;
188 v.trace = trace;
189 });
190 return d;
191 };
192
193 var gPoints = sel.selectAll('g.points')
194 .data(mode ? fn : []);

Callers 15

toggleFunction · 0.50
treemap_test.jsFile · 0.50
_assertFunction · 0.50
sunburst_test.jsFile · 0.50
_assertFunction · 0.50
updateReglSelectedStateFunction · 0.50
mergePolygonsFunction · 0.50
pasteFunction · 0.50
index.jsFile · 0.50
index.jsFile · 0.50
search.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected