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

Method update_selected

js/src/Hist.ts:389–392  ·  view source on GitHub ↗
(model, value)

Source from the content-addressed store, hash-verified

387 }
388
389 update_selected(model, value) {
390 this.selected_indices = this.dataIndexToBarIndex(value);
391 this.apply_styles();
392 }
393
394 clear_style(style_dict, indices?) {
395 let elements = this.d3el.selectAll('.bargroup');

Callers 1

renderMethod · 0.95

Calls 2

dataIndexToBarIndexMethod · 0.95
apply_stylesMethod · 0.45

Tested by

no test coverage detected