MCPcopy Index your code
hub / github.com/bqplot/bqplot / mouse_move

Function mouse_move

js/src/Mark.ts:555–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553 }
554
555 mouse_move() {
556 if (
557 this.model.get('enable_hover') &&
558 this.is_hover_element(d3.select(d3GetEvent().target))
559 ) {
560 this.move_tooltip();
561 }
562 }
563
564 //TODO: Rename function
565 is_hover_element(elem) {

Callers

nothing calls this directly

Calls 2

d3GetEventFunction · 0.90
move_tooltipMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…