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

Function _unhover

test/jasmine/tests/cartesian_interact_test.js:2405–2408  ·  view source on GitHub ↗
(pos)

Source from the content-addressed store, hash-verified

2403 }
2404
2405 function _unhover(pos) {
2406 var localPos = _getLocalPos(gd, pos);
2407 mouseEvent('mouseout', localPos[0], localPos[1]);
2408 }
2409
2410 var points = [[50, 180], [150, 180], [250, 180]];
2411 var xLabels = ['one', 'two', 'three'];

Callers 1

Calls 2

mouseEventFunction · 0.85
_getLocalPosFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…