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

Method style_updated

js/src/GridHeatMap.ts:401–405  ·  view source on GitHub ↗
(new_style, indices, elements)

Source from the content-addressed store, hash-verified

399 }
400
401 style_updated(new_style, indices, elements) {
402 // reset the style of the elements and apply the new style
403 this.set_default_style(indices, elements);
404 this.set_style_on_elements(new_style, indices, elements);
405 }
406
407 private resetSelection() {
408 this.model.set('selected', null);

Callers 2

Calls 2

set_default_styleMethod · 0.95
set_style_on_elementsMethod · 0.95

Tested by

no test coverage detected