Skip to content

Documentation / @ripl/charts / ChartDataLabelsOptions

Interface: ChartDataLabelsOptions ​

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

Fully resolved data label options.

Properties ​

PropertyTypeDescriptionDefined in
anchorLabelAnchorWhich side of each marker/bar the label sits on.charts/src/core/options.ts:887
fontstringCSS font shorthand for the label text.charts/src/core/options.ts:889
fontColorstringColor of the label text.charts/src/core/options.ts:891
visiblebooleanWhether data labels are drawn.charts/src/core/options.ts:885