Documentation / @ripl/charts / RadialLabelAnchor
Interface: RadialLabelAnchor ​
Defined in: charts/src/core/labels.ts:191
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:197 |
textBaseline | TextBaseline | undefined | Vertical text baseline for the label at this anchor. | charts/src/core/labels.ts:199 |
x | number | Anchor x coordinate, in chart pixels. | charts/src/core/labels.ts:193 |
y | number | Anchor y coordinate, in chart pixels. | charts/src/core/labels.ts:195 |