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

Method move_tooltip

js/src/MarketMap.ts:812–816  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

810 }
811
812 move_tooltip() {
813 (this.popper_reference as any).x = d3.event.clientX;
814 (this.popper_reference as any).y = d3.event.clientY;
815 this.popper.scheduleUpdate();
816 }
817
818 hide_tooltip() {
819 this.tooltip_div.style('pointer-events', 'none');

Callers 4

show_tooltipMethod · 0.95
mousemove_handlerMethod · 0.95
show_tooltipFunction · 0.80
mouse_moveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected