Documentation / @ripl/charts / RadialLabelAnchor
Interface: RadialLabelAnchor
Defined in: charts/src/core/labels.ts:179
A resolved anchor for a radial label, plus alignment.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
textAlign | TextAlignment | undefined | Horizontal text alignment for the label at this anchor. | charts/src/core/labels.ts:185 |
textBaseline | TextBaseline | undefined | Vertical text baseline for the label at this anchor. | charts/src/core/labels.ts:187 |
x | number | Anchor x coordinate, in chart pixels. | charts/src/core/labels.ts:181 |
y | number | Anchor y coordinate, in chart pixels. | charts/src/core/labels.ts:183 |