style
Home > @gooddata/sdk-ui-charts > IDataLabelsConfig > style
IDataLabelsConfig.style property
Visual style of data labels. Shared across all chart types. - "auto" (default): plain label text with automatic contrast color - "backplate": solid background rectangle behind label text; composes with any position
Signature:
style?: "auto" | "backplate";