Skip to content

Documentation / @ripl/charts / RadialLabelAnchor

Interface: RadialLabelAnchor ​

Defined in: charts/src/core/labels.ts:191

A resolved anchor for a radial label, plus alignment.

Properties ​

PropertyTypeDescriptionDefined in
textAlignTextAlignment | undefinedHorizontal text alignment for the label at this anchor.charts/src/core/labels.ts:197
textBaselineTextBaseline | undefinedVertical text baseline for the label at this anchor.charts/src/core/labels.ts:199
xnumberAnchor x coordinate, in chart pixels.charts/src/core/labels.ts:193
ynumberAnchor y coordinate, in chart pixels.charts/src/core/labels.ts:195