d3-blueprint package
Classes
Class | Description |
|---|---|
Manages named configuration properties with optional getter/setter transforms. | |
Base class for composable D3 charts. Subclass and override lifecycle hooks ( | |
A Layer manages a single D3 data-join lifecycle (bindData → insert → enter/update/merge/exit). |
Functions
Function | Description |
|---|---|
Throws if the given string is not a valid lifecycle event key. | |
Returns |
Interfaces
Interface | Description |
|---|---|
Options when defining a config property. | |
Options accepted by the | |
A plugin object that hooks into the chart lifecycle. |
Variables
Variable | Description |
|---|---|
Ordered D3 data-join lifecycle event names. |
Type Aliases
Type Alias | Description |
|---|---|
A generic D3 selection accepted across the public API. The generics are | |
A generic D3 transition. See D3Selection for the widening rationale. | |
Event map passed to | |
Any valid lifecycle event key, including | |
Base lifecycle event name. | |
Handler invoked during a non-transition lifecycle phase. | |
Handler invoked during a |