(selection: d3.Selection<HTMLElement, any, any, any>)
| 181 | } |
| 182 | |
| 183 | public anchor(selection: d3.Selection<HTMLElement, any, any, any>) { |
| 184 | selection = coerceExternalD3(selection); |
| 185 | super.anchor(selection); |
| 186 | this._dataChanged = true; |
| 187 | this._resetEntityStore(); |
| 188 | this._updateExtents(); |
| 189 | return this; |
| 190 | } |
| 191 | |
| 192 | protected _setup() { |
| 193 | if (this._isSetup) { |
no test coverage detected