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

Function getFillRangeItems

src/components/selections/select.js:1549–1556  ·  view source on GitHub ↗
(dragOptions)

Source from the content-addressed store, hash-verified

1547}
1548
1549function getFillRangeItems(dragOptions) {
1550 var plotinfo = dragOptions.plotinfo;
1551
1552 return (
1553 plotinfo.fillRangeItems || // allow subplots (i.e. geo, mapbox, map, sankey) to override fillRangeItems routine
1554 makeFillRangeItems(dragOptions.xaxes.concat(dragOptions.yaxes))
1555 );
1556}
1557
1558function emitSelecting(gd, eventData) {
1559 gd.emit('plotly_selecting', eventData);

Callers 1

prepSelectFunction · 0.85

Calls 1

makeFillRangeItemsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…