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

Function arrayBins

src/plot_api/plot_api.js:1464–1468  ·  view source on GitHub ↗
(binAttr)

Source from the content-addressed store, hash-verified

1462 }
1463
1464 function arrayBins(binAttr) {
1465 return function (vij, j) {
1466 return vij === false ? fullData[traces[j]][binAttr] : null;
1467 };
1468 }
1469
1470 // now make the changes to gd.data (and occasionally gd.layout)
1471 // and figure out what kind of graphics update we need to do

Callers 1

_restyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…