Skip to content

Documentation / @ripl/charts / RadialLabelAnchor

Interface: RadialLabelAnchor

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

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:185
textBaselineTextBaseline | undefinedVertical text baseline for the label at this anchor.charts/src/core/labels.ts:187
xnumberAnchor x coordinate, in chart pixels.charts/src/core/labels.ts:181
ynumberAnchor y coordinate, in chart pixels.charts/src/core/labels.ts:183