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

Method reset_hover_points

js/src/Graph.ts:424–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422 }
423
424 reset_hover_points() {
425 this.links.style('opacity', 1);
426 this.model.set('hovered_point', null);
427 this.hovered_index = null;
428 this.touch();
429 }
430
431 hover_handler(args) {
432 const data = args.data;

Callers 2

drawMethod · 0.95
drawFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected