Skip to content

Documentation / @ripl/charts / ChartDataLabelsOptions

Interface: ChartDataLabelsOptions

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

Fully resolved data label options.

Properties

PropertyTypeDescriptionDefined in
anchorLabelAnchorWhich side of each marker/bar the label sits on.charts/src/core/options.ts:664
fontstringCSS font shorthand for the label text.charts/src/core/options.ts:666
fontColorstringColour of the label text.charts/src/core/options.ts:668
visiblebooleanWhether data labels are drawn.charts/src/core/options.ts:662