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

Method update_domains

js/src/MarketMap.ts:324–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322 }
323
324 update_domains() {
325 const color_scale_model = this.model.getScales().color;
326 const color_data = this.model.get('color');
327 if (color_scale_model && color_data.length > 0) {
328 color_scale_model.computeAndSetDomain(color_data, this.model.model_id);
329 }
330 }
331
332 set_area_dimensions(num_items) {
333 this.num_rows = this.model.get('rows');

Callers 2

update_dataMethod · 0.95
set_scalesMethod · 0.95

Calls 1

getScalesMethod · 0.45

Tested by

no test coverage detected