Documentation / @ripl/charts / RadialLabelPlacement
Interface: RadialLabelPlacement ​
Defined in: charts/src/core/labels.ts:203
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:207 |
mid | number | Mid-angle of the segment (radians). | charts/src/core/labels.ts:205 |
outside | RadialLabelAnchor & object | Anchor beyond the outer edge, with a leader-line polyline from the arc to the label. | charts/src/core/labels.ts:209 |