style
Home > @gooddata/sdk-ui-charts > IDataLabelsConfig > style
IDataLabelsConfig.style property
Style of data labels rendering. - "auto": default label style depending on chart type and context - "backplate": render labels with a backplate behind text for better contrast
Signature:
style?: "auto" | "backplate";