MCPcopy Create free account
hub / github.com/bqplot/bqplot / set_default_style

Method set_default_style

js/src/Hist.ts:408–411  ·  view source on GitHub ↗
(indices, elements?)

Source from the content-addressed store, hash-verified

406 }
407
408 set_default_style(indices, elements?) {
409 this.updateColors();
410 this.updateStrokeAndOpacities();
411 }
412
413 set_style_on_elements(style, indices) {
414 // If the index array is undefined or of length=0, exit the

Callers

nothing calls this directly

Calls 2

updateColorsMethod · 0.95

Tested by

no test coverage detected