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

Function isHoverDataSet

src/components/selections/select.js:833–837  ·  view source on GitHub ↗
(hoverData)

Source from the content-addressed store, hash-verified

831}
832
833function isHoverDataSet(hoverData) {
834 return hoverData &&
835 Array.isArray(hoverData) &&
836 hoverData[0].hoverOnBox !== true;
837}
838
839function extractClickedPtInfo(hoverData, searchTraces) {
840 var hoverDatum = hoverData[0];

Callers 1

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