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

Function createSearchInfo

src/components/selections/select.js:824–831  ·  view source on GitHub ↗
(module, calcData, xaxis, yaxis)

Source from the content-addressed store, hash-verified

822}
823
824function createSearchInfo(module, calcData, xaxis, yaxis) {
825 return {
826 _module: module,
827 cd: calcData,
828 xaxis: xaxis,
829 yaxis: yaxis
830 };
831}
832
833function isHoverDataSet(hoverData) {
834 return hoverData &&

Callers 1

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