Home > d3-blueprint > D3Blueprint > attached
D3Blueprint.attached property
Proxy that provides getter access to attached sub-charts by name.
Signature:
typescript
readonly attached: Record<string, D3Blueprint<TData>>;Example
this.attach('axes', AxisChart, chartGroup); this.attached.axes.config({ xScale, yScale });