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

Function style_updated

js/src/Mark.ts:282–286  ·  view source on GitHub ↗
(new_style, indices, elements?)

Source from the content-addressed store, hash-verified

280 }
281
282 style_updated(new_style, indices, elements?) {
283 // reset the style of the elements and apply the new style
284 this.set_default_style(indices);
285 this.set_style_on_elements(new_style, indices);
286 }
287
288 apply_styles(style_arr?) {
289 if (style_arr === undefined || style_arr == null) {

Callers

nothing calls this directly

Calls 2

set_default_styleMethod · 0.45
set_style_on_elementsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…