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

Function emitHover

src/components/fx/hover.js:974–983  ·  view source on GitHub ↗
(points)

Source from the content-addressed store, hash-verified

972 emitHover(gd._hoverdata);
973
974 function emitHover(points) {
975 gd.emit('plotly_hover', {
976 event: evt,
977 points: points,
978 xaxes: xaArray,
979 yaxes: yaArray,
980 xvals: xvalArray,
981 yvals: yvalArray
982 });
983 }
984}
985
986function hoverDataKey(d) {

Callers 1

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