Skip to content

Documentation / @ripl/charts / ChartSegmentLabelsOptions

Interface: ChartSegmentLabelsOptions ​

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

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:955
fontColor?stringLabel color; when omitted a sensible default is chosen for the position.charts/src/core/options.ts:957
positionSegmentLabelPositionWhether labels sit inside each segment or outside with a leader line.charts/src/core/options.ts:953
visiblebooleanWhether segment labels are drawn.charts/src/core/options.ts:951