Documentation / @ripl/charts / ChartDataLabelsOptions
Interface: ChartDataLabelsOptions
Defined in: charts/src/core/options.ts:660
Fully resolved data label options.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
anchor | LabelAnchor | Which side of each marker/bar the label sits on. | charts/src/core/options.ts:664 |
font | string | CSS font shorthand for the label text. | charts/src/core/options.ts:666 |
fontColor | string | Colour of the label text. | charts/src/core/options.ts:668 |
visible | boolean | Whether data labels are drawn. | charts/src/core/options.ts:662 |