Documentation / @ripl/charts / ChartSegmentLabelsOptions
Interface: ChartSegmentLabelsOptions
Defined in: charts/src/core/options.ts:727
Fully resolved segment-label options for radial charts.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
font? | string | Label font; when omitted the shared segment-label font is used. | charts/src/core/options.ts:733 |
fontColor? | string | Label colour; when omitted a sensible default is chosen for the position. | charts/src/core/options.ts:735 |
position | SegmentLabelPosition | Whether labels sit inside each segment or outside with a leader line. | charts/src/core/options.ts:731 |
visible | boolean | Whether segment labels are drawn. | charts/src/core/options.ts:729 |