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

Function mouseMoveHandler

src/components/sliders/draw.js:481–485  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

479 sliderOpts._dragging = true;
480
481 function mouseMoveHandler() {
482 var sliderOpts = getSliderOpts();
483 var normalizedPosition = positionToNormalizedValue(sliderOpts, d3.mouse(node)[0]);
484 handleInput(gd, sliderGroup, sliderOpts, normalizedPosition, false);
485 }
486
487 $gd.on('mousemove', mouseMoveHandler);
488 $gd.on('touchmove', mouseMoveHandler);

Callers

nothing calls this directly

Calls 3

getSliderOptsFunction · 0.85
handleInputFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…