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

Method updateBoxWidth

js/src/Boxplot.ts:177–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 private updateBoxWidth() {
178 this.compute_view_padding();
179 this.draw();
180 }
181
182 set_style_on_elements(style, indices) {
183 if (indices === undefined || indices.length === 0) {

Callers

nothing calls this directly

Calls 2

compute_view_paddingMethod · 0.95
drawMethod · 0.95

Tested by

no test coverage detected