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

Function epmtySplomSelectionBatch

src/components/selections/select.js:1284–1299  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

1282}
1283
1284function epmtySplomSelectionBatch(gd) {
1285 var cd = gd.calcdata;
1286 if(!cd) return;
1287
1288 for(var i = 0; i < cd.length; i++) {
1289 var cd0 = cd[i][0];
1290 var trace = cd0.trace;
1291 var splomScenes = gd._fullLayout._splomScenes;
1292 if(splomScenes) {
1293 var scene = splomScenes[trace.uid];
1294 if(scene) {
1295 scene.selectBatch = [];
1296 }
1297 }
1298 }
1299}
1300
1301function subplotSelected(xRef, yRef, searchTraces) {
1302 for(var i = 0; i < searchTraces.length; i++) {

Callers 1

reselectFunction · 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…