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

Method update_hovered

js/src/Graph.ts:524–527  ·  view source on GitHub ↗
(model, value)

Source from the content-addressed store, hash-verified

522 }
523
524 update_hovered(model, value) {
525 this.hovered_index = value === null ? value : [value];
526 this.apply_styles();
527 }
528
529 apply_styles(style_arr?) {
530 if (style_arr === undefined || style_arr === null) {

Callers

nothing calls this directly

Calls 1

apply_stylesMethod · 0.95

Tested by

no test coverage detected