Skip to content

Documentation / @ripl/charts / ChartSegmentLabelsOptions

Interface: ChartSegmentLabelsOptions

Defined in: charts/src/core/options.ts:727

Fully resolved segment-label options for radial charts.

Properties

PropertyTypeDescriptionDefined in
font?stringLabel font; when omitted the shared segment-label font is used.charts/src/core/options.ts:733
fontColor?stringLabel colour; when omitted a sensible default is chosen for the position.charts/src/core/options.ts:735
positionSegmentLabelPositionWhether labels sit inside each segment or outside with a leader line.charts/src/core/options.ts:731
visiblebooleanWhether segment labels are drawn.charts/src/core/options.ts:729