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

Function update_hovered

js/src/ScatterBase.ts:541–544  ·  view source on GitHub ↗
(model, value)

Source from the content-addressed store, hash-verified

539 }
540
541 update_hovered(model, value) {
542 this.hovered_index = value === null ? value : [value];
543 this.apply_styles();
544 }
545
546 apply_styles(style_arr?) {
547 if (style_arr === undefined || style_arr == null) {

Callers

nothing calls this directly

Calls 1

apply_stylesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…