API / Series/General / BaseDataLabels
Defined in: src/types/chart/base.ts:19
Properties
| Property | Type | Description |
|---|---|---|
allowOverlap? |
boolean |
Default false |
enabled? |
boolean |
Enable or disable the data labels Default true |
format? |
ValueFormat |
Formatting settings for labels. |
html? |
boolean |
Allows to use any html-tags to display the content. The element will be displayed outside the box of the SVG element. Default false |
padding? |
number |
Default 5 |
style? |
Partial<BaseTextStyle> |
- |
Previous
Next