(parent: d3.Selection<SVGElement, any, any, any>)
| 85 | } |
| 86 | |
| 87 | public attachTo(parent: d3.Selection<SVGElement, any, any, any>) { |
| 88 | parent.node().appendChild(this._root.node()); |
| 89 | } |
| 90 | |
| 91 | // public for testing |
| 92 | public getRoot(): d3.Selection<SVGElement, any, any, any> { |
no outgoing calls
no test coverage detected