IDataLabelsConfig
Home > @gooddata/sdk-ui-charts > IDataLabelsConfig
IDataLabelsConfig interface
Signature:
export interface IDataLabelsConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
percentsVisible? | boolean | (Optional) Indicates whether to render data labels enriched with percentages. Applies only to funnel chart. | |
style? | "auto" | "backplate" | (Optional) 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 | |
totalsVisible? | IDataLabelsVisible | (Optional) | |
visible? | IDataLabelsVisible | (Optional) |