()
| 48 | relayout() {} |
| 49 | |
| 50 | set_positional_scales() { |
| 51 | const geo_scale = this.scales.projection; |
| 52 | this.listenTo(geo_scale, 'domain_changed', () => { |
| 53 | if (!this.model.dirty) { |
| 54 | this.draw(); |
| 55 | } |
| 56 | }); |
| 57 | } |
| 58 | |
| 59 | initialize_additional_scales() { |
| 60 | const color_scale = this.scales.color; |