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

Method hovered_style_updated

js/src/Graph.ts:501–505  ·  view source on GitHub ↗
(model, style)

Source from the content-addressed store, hash-verified

499 }
500
501 hovered_style_updated(model, style) {
502 this.hovered_style = style;
503 this.clear_style(model.previous('hovered_style'), this.hovered_index);
504 this.style_updated(style, this.hovered_index);
505 }
506
507 unhovered_style_updated(model, style) {
508 this.unhovered_style = style;

Callers

nothing calls this directly

Calls 2

clear_styleMethod · 0.95
style_updatedMethod · 0.45

Tested by

no test coverage detected