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

Method updateSelected

js/src/GridHeatMap.ts:248–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 }
247
248 private updateSelected() {
249 this.selected_indices = this.model.get('selected');
250 this.apply_styles();
251 }
252
253 set_style_on_elements(style, indices, elements) {
254 // If the index array is undefined or of length=0, exit the

Callers

nothing calls this directly

Calls 1

apply_stylesMethod · 0.95

Tested by

no test coverage detected