Home > d3-blueprint > D3Blueprint > attach
D3Blueprint.attach() method
Attaches a sub-chart instance that will be drawn alongside this chart (legacy).
Signature:
typescript
attach(name: string, chart: D3Blueprint<TData>): this;Parameters
Parameter | Type | Description |
|---|---|---|
name | string | |
chart | D3Blueprint<TData> |
Returns:
this