()
| 763 | } |
| 764 | |
| 765 | remove() { |
| 766 | this.model.off('change:names', null, this); |
| 767 | this.model.off('change:color', null, this); |
| 768 | super.remove(); |
| 769 | } |
| 770 | |
| 771 | brushes: d3.BrushBehavior<any>[] = []; |
| 772 | brush_g: d3.Selection<SVGGElement, any, any, any>[] = []; |