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

Method updateSelectedColors

js/src/Boxplot.ts:240–242  ·  view source on GitHub ↗
(selected_indices)

Source from the content-addressed store, hash-verified

238
239 //FIXME: should use the selected_style logic
240 private updateSelectedColors(selected_indices) {
241 this.d3el.selectAll('.boxplot').style('stroke', this.model.get('stroke'));
242 }
243
244 selector_changed(point_selector, rect_selector) {
245 if (point_selector === undefined) {

Callers 2

selector_changedMethod · 0.95
invert_pointMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected