Documentation / @ripl/charts / ChartDataLabelsOptions
Interface: ChartDataLabelsOptions ​
Defined in: charts/src/core/options.ts:883
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:887 |
font | string | CSS font shorthand for the label text. | charts/src/core/options.ts:889 |
fontColor | string | Color of the label text. | charts/src/core/options.ts:891 |
visible | boolean | Whether data labels are drawn. | charts/src/core/options.ts:885 |