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

Method set_default_style

js/src/Boxplot.ts:193–200  ·  view source on GitHub ↗
(indices)

Source from the content-addressed store, hash-verified

191 }
192
193 set_default_style(indices) {
194 // For all the elements with index in the list indices, the default
195 // style is applied.
196 this.updateOutlierFillColor();
197 this.updateBoxFillColor();
198 this.updateStroke();
199 this.updateOpacities();
200 }
201
202 clear_style(style_dict, indices) {
203 let elements = this.d3el.selectAll('.boxplot');

Callers 1

style_updatedMethod · 0.95

Calls 4

updateBoxFillColorMethod · 0.95
updateStrokeMethod · 0.95
updateOpacitiesMethod · 0.95

Tested by

no test coverage detected