MCPcopy
hub / github.com/palantir/plottable / attachTo

Method attachTo

src/drawers/svgDrawer.ts:87–89  ·  view source on GitHub ↗
(parent: d3.Selection<SVGElement, any, any, any>)

Source from the content-addressed store, hash-verified

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> {

Calls

no outgoing calls

Tested by

no test coverage detected