()
| 651 | } |
| 652 | |
| 653 | update_font_style() { |
| 654 | // This is a bit awkward because we did not figure out how to get |
| 655 | // Typescript to recognize the d3-select-multi typings. |
| 656 | const x: any = this.svg.selectAll('.market_map_text'); |
| 657 | applyStyles(x, this.model.get('font_style')); |
| 658 | } |
| 659 | |
| 660 | update_map_colors() { |
| 661 | if (this.rect_groups !== undefined && this.rect_groups !== null) { |