MCPcopy Create free account
hub / github.com/bqplot/bqplot / get_color_bar_width

Method get_color_bar_width

js/src/ColorAxis.ts:423–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421 }
422
423 get_color_bar_width() {
424 const width = this.vertical
425 ? this.height - 2 * this.x_offset
426 : this.width - 2 * this.x_offset;
427
428 return width >= 0 ? width : 0;
429 }
430
431 update_label() {
432 this.d3el.select('#text_elem').text(this.model.get('label'));

Callers 2

draw_color_barMethod · 0.95
rescale_axisMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected