Documentation / @ripl/charts / RadialLabelPlacement
Interface: RadialLabelPlacement
Defined in: charts/src/core/labels.ts:191
Resolved inside and outside placements for a radial segment label.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
inside | RadialLabelAnchor | Centered anchor at the segment centroid. | charts/src/core/labels.ts:195 |
mid | number | Mid-angle of the segment (radians). | charts/src/core/labels.ts:193 |
outside | RadialLabelAnchor & object | Anchor beyond the outer edge, with a leader-line polyline from the arc to the label. | charts/src/core/labels.ts:197 |