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

Method style_updated

js/src/Boxplot.ts:218–221  ·  view source on GitHub ↗
(new_style, indices)

Source from the content-addressed store, hash-verified

216 }
217
218 style_updated(new_style, indices) {
219 this.set_default_style(indices);
220 this.set_style_on_elements(new_style, indices);
221 }
222
223 selected_style_updated(model, style) {
224 this.selected_style = style;

Callers 8

hovered_style_updatedMethod · 0.45
hovered_style_updatedFunction · 0.45
unhovered_style_updatedFunction · 0.45
selected_style_updatedFunction · 0.45
unselected_style_updatedFunction · 0.45

Calls 2

set_default_styleMethod · 0.95
set_style_on_elementsMethod · 0.95

Tested by

no test coverage detected