()
| 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'); |
no test coverage detected